Color spaces of #cf067a
RGB | 207 | 6 | 122 |
---|---|---|---|
HSL | 0.90 | 0.94 | 0.42 |
HSV | 325° | 97° | 81° |
CMYK | 0.00 | 0.97 | 0.41 0.19 |
XYZ | 29.3101 | 14.8008 | 19.7244 |
Yxy | 14.8008 | 0.4592 | 0.2319 |
Hunter Lab | 38.4718 | 68.6662 | -3.4676 |
CIE-Lab | 45.3601 | 73.3192 | -7.3714 |
#cf067a color RGB value is (207,6,122).
#cf067a hex color red value is 207, green value is 6 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cf067a hue: 0.90 , saturation: 0.94 and the lightness value of cf067a is 0.42.
The process color (four color CMYK) of #cf067a color hex is 0.00, 0.97, 0.41, 0.19. Web safe color of #cf067a is #cc0066. Color #cf067a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 00000110 | 01111010 |
Octal | 317 | 6 | 172 |
Decimal | 207 | 6 | 122 |
Hex | CF | 6 | 7A |
Shades of #cf067a
Tints of #cf067a
RGB Percentages of Color #cf067a
CMYK Percentages of Color #cf067a
Complementary Color
#cf067a | #06cf5b |
#cf067a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf067a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf067a Color CSS Codes
.mybgcolor {background-color:#cf067a; } .myforecolor {color:#cf067a; } .mybordercolor {border:3px solid #cf067a; }
#cf067a Text Font Color
<p style="color:#cf067a">Text here</p>
This sample text font color is #cf067a
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.
#cf067a Background Color
<div style="background-color:#cf067a">
Div content here</div>
This div background color is #cf067a
#cf067a Border Color
<div style="border:3px solid #cf067a">
Div here</div>
This div border color is #cf067a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,6,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf067a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf067a; -webkit-box-shadow: 1px 1px 3px 2px #cf067a; box-shadow: 1px 1px 3px 2px #cf067a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,6,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf067a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf067a; -webkit-box-shadow: 1px 1px 3px 2px #cf067a; box-shadow: 1px 1px 3px 2px #cf067a;">
Div content here</div>
This div box has shadow with color #cf067a
Comments
No comments written yet.
Please login to write comment.