Color spaces of #c022dd
RGB | 192 | 34 | 221 |
---|---|---|---|
HSL | 0.81 | 0.73 | 0.50 |
HSV | 291° | 85° | 87° |
CMYK | 0.13 | 0.85 | 0.00 0.13 |
XYZ | 35.3614 | 17.5710 | 69.9344 |
Yxy | 17.5710 | 0.2878 | 0.1430 |
Hunter Lab | 41.9178 | 77.2246 | -69.5753 |
CIE-Lab | 48.9716 | 79.5616 | -60.5401 |
#c022dd color RGB value is (192,34,221).
#c022dd hex color red value is 192, green value is 34 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c022dd hue: 0.81 , saturation: 0.73 and the lightness value of c022dd is 0.50.
The process color (four color CMYK) of #c022dd color hex is 0.13, 0.85, 0.00, 0.13. Web safe color of #c022dd is #cc33cc. Color #c022dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 00100010 | 11011101 |
Octal | 300 | 42 | 335 |
Decimal | 192 | 34 | 221 |
Hex | C0 | 22 | DD |
Shades of #c022dd
Tints of #c022dd
RGB Percentages of Color #c022dd
CMYK Percentages of Color #c022dd
Complementary Color
#c022dd | #3fdd22 |
#c022dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c022dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c022dd Color CSS Codes
.mybgcolor {background-color:#c022dd; } .myforecolor {color:#c022dd; } .mybordercolor {border:3px solid #c022dd; }
#c022dd Text Font Color
<p style="color:#c022dd">Text here</p>
This sample text font color is #c022dd
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.
#c022dd Background Color
<div style="background-color:#c022dd">
Div content here</div>
This div background color is #c022dd
#c022dd Border Color
<div style="border:3px solid #c022dd">
Div here</div>
This div border color is #c022dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,34,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c022dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c022dd; -webkit-box-shadow: 1px 1px 3px 2px #c022dd; box-shadow: 1px 1px 3px 2px #c022dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,34,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c022dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c022dd; -webkit-box-shadow: 1px 1px 3px 2px #c022dd; box-shadow: 1px 1px 3px 2px #c022dd;">
Div content here</div>
This div box has shadow with color #c022dd
Comments
No comments written yet.
Please login to write comment.