Color spaces of #c442db
RGB | 196 | 66 | 219 |
---|---|---|---|
HSL | 0.81 | 0.68 | 0.56 |
HSV | 291° | 70° | 86° |
CMYK | 0.11 | 0.70 | 0.00 0.14 |
XYZ | 37.4993 | 20.7467 | 69.0459 |
Yxy | 20.7467 | 0.2946 | 0.1630 |
Hunter Lab | 45.5485 | 67.2459 | -57.9922 |
CIE-Lab | 52.6712 | 70.7211 | -53.4276 |
#c442db color RGB value is (196,66,219).
#c442db hex color red value is 196, green value is 66 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c442db hue: 0.81 , saturation: 0.68 and the lightness value of c442db is 0.56.
The process color (four color CMYK) of #c442db color hex is 0.11, 0.70, 0.00, 0.14. Web safe color of #c442db is #cc33cc. Color #c442db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 01000010 | 11011011 |
Octal | 304 | 102 | 333 |
Decimal | 196 | 66 | 219 |
Hex | C4 | 42 | DB |
Shades of #c442db
Tints of #c442db
RGB Percentages of Color #c442db
CMYK Percentages of Color #c442db
Complementary Color
#c442db | #59db42 |
#c442db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c442db Color Preview on White Background
Lorem ipsum dolor sit amet.
#c442db Color CSS Codes
.mybgcolor {background-color:#c442db; } .myforecolor {color:#c442db; } .mybordercolor {border:3px solid #c442db; }
#c442db Text Font Color
<p style="color:#c442db">Text here</p>
This sample text font color is #c442db
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.
#c442db Background Color
<div style="background-color:#c442db">
Div content here</div>
This div background color is #c442db
#c442db Border Color
<div style="border:3px solid #c442db">
Div here</div>
This div border color is #c442db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,66,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c442db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c442db; -webkit-box-shadow: 1px 1px 3px 2px #c442db; box-shadow: 1px 1px 3px 2px #c442db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,66,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 #c442db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c442db; -webkit-box-shadow: 1px 1px 3px 2px #c442db; box-shadow: 1px 1px 3px 2px #c442db;">
Div content here</div>
This div box has shadow with color #c442db
Comments
No comments written yet.
Please login to write comment.