Color spaces of #ce554f
RGB | 206 | 85 | 79 |
---|---|---|---|
HSL | 0.01 | 0.56 | 0.56 |
HSV | 3° | 62° | 81° |
CMYK | 0.00 | 0.59 | 0.62 0.19 |
XYZ | 30.1134 | 20.1833 | 9.7058 |
Yxy | 20.1833 | 0.5019 | 0.3364 |
Hunter Lab | 44.9258 | 41.0268 | 18.6390 |
CIE-Lab | 52.0438 | 47.5685 | 27.9753 |
#ce554f color RGB value is (206,85,79).
#ce554f hex color red value is 206, green value is 85 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ce554f hue: 0.01 , saturation: 0.56 and the lightness value of ce554f is 0.56.
The process color (four color CMYK) of #ce554f color hex is 0.00, 0.59, 0.62, 0.19. Web safe color of #ce554f is #cc6666. Color #ce554f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 01010101 | 01001111 |
Octal | 316 | 125 | 117 |
Decimal | 206 | 85 | 79 |
Hex | CE | 55 | 4F |
Shades of #ce554f
Tints of #ce554f
RGB Percentages of Color #ce554f
CMYK Percentages of Color #ce554f
Complementary Color
#ce554f | #4fc8ce |
#ce554f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce554f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce554f Color CSS Codes
.mybgcolor {background-color:#ce554f; } .myforecolor {color:#ce554f; } .mybordercolor {border:3px solid #ce554f; }
#ce554f Text Font Color
<p style="color:#ce554f">Text here</p>
This sample text font color is #ce554f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ce554f Background Color
<div style="background-color:#ce554f">
Div content here</div>
This div background color is #ce554f
#ce554f Border Color
<div style="border:3px solid #ce554f">
Div here</div>
This div border color is #ce554f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,85,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce554f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce554f; -webkit-box-shadow: 1px 1px 3px 2px #ce554f; box-shadow: 1px 1px 3px 2px #ce554f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,85,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce554f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce554f; -webkit-box-shadow: 1px 1px 3px 2px #ce554f; box-shadow: 1px 1px 3px 2px #ce554f;">
Div content here</div>
This div box has shadow with color #ce554f
Comments
No comments written yet.
Please login to write comment.