RGB | 255 | 51 | 78 | |
HSL | 0.98 | 1 | 0.6 | |
HSV | 352° | 80° | 100° | |
CYMK | 0 | 0.8 | 0.6941 | 0 |
XYZ | 43.799 | 24.1777 | 9.566 |
This color is called Radical Red. It has 255 red, 51 green, and 78 blue. This color is mostly light.
.text-ff334e { color: #ff334e }
This is some text in the color #ff334e
.bg-ff334e { background-color: #ff334e }
.border-ff334e { border: 3px solid #ff334e; }
This is some text in a box with a border of the color #ff334e
.text-shadow-ff334e { text-shadow: 4px 4px 2px #ff334e; }
This is some text with text shadow color #ff334e
.box-shadow-ff334e { -moz-box-shadow: 1px 1px 3px 2px #ff334e; -webkit-box-shadow: 1px 1px 3px 2px #ff334e; box-shadow: 1px 1px 3px 2px #ff334e; }
This is some text in a box with a box shadow of the color #ff334e