Color spaces of #cf72cb
RGB | 207 | 114 | 203 |
---|---|---|---|
HSL | 0.84 | 0.49 | 0.63 |
HSV | 303° | 45° | 81° |
CMYK | 0.00 | 0.45 | 0.02 0.19 |
XYZ | 42.5289 | 29.6118 | 59.9740 |
Yxy | 29.6118 | 0.3219 | 0.2241 |
Hunter Lab | 54.4167 | 44.2758 | -27.2532 |
CIE-Lab | 61.3178 | 49.1635 | -30.6382 |
#cf72cb color RGB value is (207,114,203).
#cf72cb hex color red value is 207, green value is 114 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #cf72cb hue: 0.84 , saturation: 0.49 and the lightness value of cf72cb is 0.63.
The process color (four color CMYK) of #cf72cb color hex is 0.00, 0.45, 0.02, 0.19. Web safe color of #cf72cb is #cc66cc. Color #cf72cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 01110010 | 11001011 |
Octal | 317 | 162 | 313 |
Decimal | 207 | 114 | 203 |
Hex | CF | 72 | CB |
Shades of #cf72cb
Tints of #cf72cb
RGB Percentages of Color #cf72cb
CMYK Percentages of Color #cf72cb
Complementary Color
#cf72cb | #72cf76 |
#cf72cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf72cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf72cb Color CSS Codes
.mybgcolor {background-color:#cf72cb; } .myforecolor {color:#cf72cb; } .mybordercolor {border:3px solid #cf72cb; }
#cf72cb Text Font Color
<p style="color:#cf72cb">Text here</p>
This sample text font color is #cf72cb
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.
#cf72cb Background Color
<div style="background-color:#cf72cb">
Div content here</div>
This div background color is #cf72cb
#cf72cb Border Color
<div style="border:3px solid #cf72cb">
Div here</div>
This div border color is #cf72cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,114,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf72cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf72cb; -webkit-box-shadow: 1px 1px 3px 2px #cf72cb; box-shadow: 1px 1px 3px 2px #cf72cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,114,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf72cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf72cb; -webkit-box-shadow: 1px 1px 3px 2px #cf72cb; box-shadow: 1px 1px 3px 2px #cf72cb;">
Div content here</div>
This div box has shadow with color #cf72cb
Comments
No comments written yet.
Please login to write comment.