Color spaces of #cc126f
RGB | 204 | 18 | 111 |
---|---|---|---|
HSL | 0.92 | 0.84 | 0.44 |
HSV | 330° | 91° | 80° |
CMYK | 0.00 | 0.91 | 0.46 0.20 |
XYZ | 27.9874 | 14.4177 | 16.3467 |
Yxy | 14.4177 | 0.4764 | 0.2454 |
Hunter Lab | 37.9706 | 65.1201 | 1.0546 |
CIE-Lab | 44.8261 | 70.4613 | -1.4242 |
#cc126f color RGB value is (204,18,111).
#cc126f hex color red value is 204, green value is 18 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cc126f hue: 0.92 , saturation: 0.84 and the lightness value of cc126f is 0.44.
The process color (four color CMYK) of #cc126f color hex is 0.00, 0.91, 0.46, 0.20. Web safe color of #cc126f is #cc0066. Color #cc126f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 00010010 | 01101111 |
Octal | 314 | 22 | 157 |
Decimal | 204 | 18 | 111 |
Hex | CC | 12 | 6F |
Shades of #cc126f
Tints of #cc126f
RGB Percentages of Color #cc126f
CMYK Percentages of Color #cc126f
Complementary Color
#cc126f | #12cc6f |
#cc126f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc126f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc126f Color CSS Codes
.mybgcolor {background-color:#cc126f; } .myforecolor {color:#cc126f; } .mybordercolor {border:3px solid #cc126f; }
#cc126f Text Font Color
<p style="color:#cc126f">Text here</p>
This sample text font color is #cc126f
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.
#cc126f Background Color
<div style="background-color:#cc126f">
Div content here</div>
This div background color is #cc126f
#cc126f Border Color
<div style="border:3px solid #cc126f">
Div here</div>
This div border color is #cc126f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,18,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc126f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc126f; -webkit-box-shadow: 1px 1px 3px 2px #cc126f; box-shadow: 1px 1px 3px 2px #cc126f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,18,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc126f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc126f; -webkit-box-shadow: 1px 1px 3px 2px #cc126f; box-shadow: 1px 1px 3px 2px #cc126f;">
Div content here</div>
This div box has shadow with color #cc126f
Comments
No comments written yet.
Please login to write comment.