Color spaces of #cf819c
RGB | 207 | 129 | 156 |
---|---|---|---|
HSL | 0.94 | 0.45 | 0.66 |
HSV | 339° | 38° | 81° |
CMYK | 0.00 | 0.38 | 0.25 0.19 |
XYZ | 39.5831 | 31.3662 | 35.4205 |
Yxy | 31.3662 | 0.3721 | 0.2949 |
Hunter Lab | 56.0055 | 28.1490 | 1.7061 |
CIE-Lab | 62.8156 | 33.6659 | -1.6614 |
#cf819c color RGB value is (207,129,156).
#cf819c hex color red value is 207, green value is 129 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #cf819c hue: 0.94 , saturation: 0.45 and the lightness value of cf819c is 0.66.
The process color (four color CMYK) of #cf819c color hex is 0.00, 0.38, 0.25, 0.19. Web safe color of #cf819c is #cc9999. Color #cf819c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10000001 | 10011100 |
Octal | 317 | 201 | 234 |
Decimal | 207 | 129 | 156 |
Hex | CF | 81 | 9C |
Shades of #cf819c
Tints of #cf819c
RGB Percentages of Color #cf819c
CMYK Percentages of Color #cf819c
Complementary Color
#cf819c | #81cfb4 |
#cf819c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf819c Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf819c Color CSS Codes
.mybgcolor {background-color:#cf819c; } .myforecolor {color:#cf819c; } .mybordercolor {border:3px solid #cf819c; }
#cf819c Text Font Color
<p style="color:#cf819c">Text here</p>
This sample text font color is #cf819c
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.
#cf819c Background Color
<div style="background-color:#cf819c">
Div content here</div>
This div background color is #cf819c
#cf819c Border Color
<div style="border:3px solid #cf819c">
Div here</div>
This div border color is #cf819c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,129,156, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf819c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf819c; -webkit-box-shadow: 1px 1px 3px 2px #cf819c; box-shadow: 1px 1px 3px 2px #cf819c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,129,156, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf819c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf819c; -webkit-box-shadow: 1px 1px 3px 2px #cf819c; box-shadow: 1px 1px 3px 2px #cf819c;">
Div content here</div>
This div box has shadow with color #cf819c
Comments
No comments written yet.
Please login to write comment.