Color spaces of #c416cb
RGB | 196 | 22 | 203 |
---|---|---|---|
HSL | 0.83 | 0.80 | 0.44 |
HSV | 298° | 89° | 80° |
CMYK | 0.03 | 0.89 | 0.00 0.20 |
XYZ | 33.8314 | 16.6214 | 57.9250 |
Yxy | 16.6214 | 0.3122 | 0.1534 |
Hunter Lab | 40.7694 | 76.7773 | -55.7005 |
CIE-Lab | 47.7794 | 79.4372 | -52.0916 |
#c416cb color RGB value is (196,22,203).
#c416cb hex color red value is 196, green value is 22 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c416cb hue: 0.83 , saturation: 0.80 and the lightness value of c416cb is 0.44.
The process color (four color CMYK) of #c416cb color hex is 0.03, 0.89, 0.00, 0.20. Web safe color of #c416cb is #cc00cc. Color #c416cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 00010110 | 11001011 |
Octal | 304 | 26 | 313 |
Decimal | 196 | 22 | 203 |
Hex | C4 | 16 | CB |
Shades of #c416cb
Tints of #c416cb
RGB Percentages of Color #c416cb
CMYK Percentages of Color #c416cb
Complementary Color
#c416cb | #1dcb16 |
#c416cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c416cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c416cb Color CSS Codes
.mybgcolor {background-color:#c416cb; } .myforecolor {color:#c416cb; } .mybordercolor {border:3px solid #c416cb; }
#c416cb Text Font Color
<p style="color:#c416cb">Text here</p>
This sample text font color is #c416cb
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.
#c416cb Background Color
<div style="background-color:#c416cb">
Div content here</div>
This div background color is #c416cb
#c416cb Border Color
<div style="border:3px solid #c416cb">
Div here</div>
This div border color is #c416cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,22,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c416cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c416cb; -webkit-box-shadow: 1px 1px 3px 2px #c416cb; box-shadow: 1px 1px 3px 2px #c416cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,22,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 #c416cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c416cb; -webkit-box-shadow: 1px 1px 3px 2px #c416cb; box-shadow: 1px 1px 3px 2px #c416cb;">
Div content here</div>
This div box has shadow with color #c416cb
Comments
No comments written yet.
Please login to write comment.