Color spaces of #cf174f
RGB | 207 | 23 | 79 |
---|---|---|---|
HSL | 0.95 | 0.80 | 0.45 |
HSV | 342° | 89° | 81° |
CMYK | 0.00 | 0.89 | 0.62 0.19 |
XYZ | 27.4498 | 14.4427 | 8.7381 |
Yxy | 14.4427 | 0.5422 | 0.2853 |
Hunter Lab | 38.0036 | 62.4236 | 12.9700 |
CIE-Lab | 44.8612 | 68.1662 | 18.6653 |
#cf174f color RGB value is (207,23,79).
#cf174f hex color red value is 207, green value is 23 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cf174f hue: 0.95 , saturation: 0.80 and the lightness value of cf174f is 0.45.
The process color (four color CMYK) of #cf174f color hex is 0.00, 0.89, 0.62, 0.19. Web safe color of #cf174f is #cc0066. Color #cf174f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 00010111 | 01001111 |
Octal | 317 | 27 | 117 |
Decimal | 207 | 23 | 79 |
Hex | CF | 17 | 4F |
Shades of #cf174f
Tints of #cf174f
RGB Percentages of Color #cf174f
CMYK Percentages of Color #cf174f
Complementary Color
#cf174f | #17cf97 |
#cf174f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf174f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf174f Color CSS Codes
.mybgcolor {background-color:#cf174f; } .myforecolor {color:#cf174f; } .mybordercolor {border:3px solid #cf174f; }
#cf174f Text Font Color
<p style="color:#cf174f">Text here</p>
This sample text font color is #cf174f
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.
#cf174f Background Color
<div style="background-color:#cf174f">
Div content here</div>
This div background color is #cf174f
#cf174f Border Color
<div style="border:3px solid #cf174f">
Div here</div>
This div border color is #cf174f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,23,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf174f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf174f; -webkit-box-shadow: 1px 1px 3px 2px #cf174f; box-shadow: 1px 1px 3px 2px #cf174f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,23,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 #cf174f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf174f; -webkit-box-shadow: 1px 1px 3px 2px #cf174f; box-shadow: 1px 1px 3px 2px #cf174f;">
Div content here</div>
This div box has shadow with color #cf174f
Comments
No comments written yet.
Please login to write comment.