Color spaces of #c416db
RGB | 196 | 22 | 219 |
---|---|---|---|
HSL | 0.81 | 0.82 | 0.47 |
HSV | 293° | 90° | 86° |
CMYK | 0.11 | 0.90 | 0.00 0.14 |
XYZ | 35.8380 | 17.4241 | 68.4921 |
Yxy | 17.4241 | 0.2943 | 0.1431 |
Hunter Lab | 41.7422 | 80.2034 | -68.0657 |
CIE-Lab | 48.7900 | 81.9527 | -59.6586 |
#c416db color RGB value is (196,22,219).
#c416db hex color red value is 196, green value is 22 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c416db hue: 0.81 , saturation: 0.82 and the lightness value of c416db is 0.47.
The process color (four color CMYK) of #c416db color hex is 0.11, 0.90, 0.00, 0.14. Web safe color of #c416db is #cc00cc. Color #c416db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 00010110 | 11011011 |
Octal | 304 | 26 | 333 |
Decimal | 196 | 22 | 219 |
Hex | C4 | 16 | DB |
Shades of #c416db
Tints of #c416db
RGB Percentages of Color #c416db
CMYK Percentages of Color #c416db
Complementary Color
#c416db | #2ddb16 |
#c416db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c416db Color Preview on White Background
Lorem ipsum dolor sit amet.
#c416db Color CSS Codes
.mybgcolor {background-color:#c416db; } .myforecolor {color:#c416db; } .mybordercolor {border:3px solid #c416db; }
#c416db Text Font Color
<p style="color:#c416db">Text here</p>
This sample text font color is #c416db
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.
#c416db Background Color
<div style="background-color:#c416db">
Div content here</div>
This div background color is #c416db
#c416db Border Color
<div style="border:3px solid #c416db">
Div here</div>
This div border color is #c416db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,22,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c416db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c416db; -webkit-box-shadow: 1px 1px 3px 2px #c416db; box-shadow: 1px 1px 3px 2px #c416db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,22,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c416db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c416db; -webkit-box-shadow: 1px 1px 3px 2px #c416db; box-shadow: 1px 1px 3px 2px #c416db;">
Div content here</div>
This div box has shadow with color #c416db
Comments
No comments written yet.
Please login to write comment.