Color spaces of #cf574f
RGB | 207 | 87 | 79 |
---|---|---|---|
HSL | 0.01 | 0.57 | 0.56 |
HSV | 4° | 62° | 81° |
CMYK | 0.00 | 0.58 | 0.62 0.19 |
XYZ | 30.5516 | 20.6463 | 9.7720 |
Yxy | 20.6463 | 0.5011 | 0.3386 |
Hunter Lab | 45.4382 | 40.5024 | 19.0558 |
CIE-Lab | 52.5602 | 46.9882 | 28.6630 |
#cf574f color RGB value is (207,87,79).
#cf574f hex color red value is 207, green value is 87 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cf574f hue: 0.01 , saturation: 0.57 and the lightness value of cf574f is 0.56.
The process color (four color CMYK) of #cf574f color hex is 0.00, 0.58, 0.62, 0.19. Web safe color of #cf574f is #cc6666. Color #cf574f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 01010111 | 01001111 |
Octal | 317 | 127 | 117 |
Decimal | 207 | 87 | 79 |
Hex | CF | 57 | 4F |
Shades of #cf574f
Tints of #cf574f
RGB Percentages of Color #cf574f
CMYK Percentages of Color #cf574f
Complementary Color
#cf574f | #4fc7cf |
#cf574f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf574f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf574f Color CSS Codes
.mybgcolor {background-color:#cf574f; } .myforecolor {color:#cf574f; } .mybordercolor {border:3px solid #cf574f; }
#cf574f Text Font Color
<p style="color:#cf574f">Text here</p>
This sample text font color is #cf574f
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.
#cf574f Background Color
<div style="background-color:#cf574f">
Div content here</div>
This div background color is #cf574f
#cf574f Border Color
<div style="border:3px solid #cf574f">
Div here</div>
This div border color is #cf574f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,87,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf574f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf574f; -webkit-box-shadow: 1px 1px 3px 2px #cf574f; box-shadow: 1px 1px 3px 2px #cf574f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,87,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 #cf574f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf574f; -webkit-box-shadow: 1px 1px 3px 2px #cf574f; box-shadow: 1px 1px 3px 2px #cf574f;">
Div content here</div>
This div box has shadow with color #cf574f
Comments
No comments written yet.
Please login to write comment.