Color spaces of #c22caa
RGB | 194 | 44 | 170 |
---|---|---|---|
HSL | 0.86 | 0.63 | 0.47 |
HSV | 310° | 77° | 76° |
CMYK | 0.00 | 0.77 | 0.12 0.24 |
XYZ | 30.4045 | 16.1730 | 39.5494 |
Yxy | 16.1730 | 0.3530 | 0.1878 |
Hunter Lab | 40.2157 | 64.5750 | -30.1568 |
CIE-Lab | 47.2006 | 69.5391 | -33.7331 |
#c22caa color RGB value is (194,44,170).
#c22caa hex color red value is 194, green value is 44 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c22caa hue: 0.86 , saturation: 0.63 and the lightness value of c22caa is 0.47.
The process color (four color CMYK) of #c22caa color hex is 0.00, 0.77, 0.12, 0.24. Web safe color of #c22caa is #cc3399. Color #c22caa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 00101100 | 10101010 |
Octal | 302 | 54 | 252 |
Decimal | 194 | 44 | 170 |
Hex | C2 | 2C | AA |
Shades of #c22caa
Tints of #c22caa
RGB Percentages of Color #c22caa
CMYK Percentages of Color #c22caa
Complementary Color
#c22caa | #2cc244 |
#c22caa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c22caa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c22caa Color CSS Codes
.mybgcolor {background-color:#c22caa; } .myforecolor {color:#c22caa; } .mybordercolor {border:3px solid #c22caa; }
#c22caa Text Font Color
<p style="color:#c22caa">Text here</p>
This sample text font color is #c22caa
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.
#c22caa Background Color
<div style="background-color:#c22caa">
Div content here</div>
This div background color is #c22caa
#c22caa Border Color
<div style="border:3px solid #c22caa">
Div here</div>
This div border color is #c22caa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,44,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c22caa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c22caa; -webkit-box-shadow: 1px 1px 3px 2px #c22caa; box-shadow: 1px 1px 3px 2px #c22caa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,44,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c22caa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c22caa; -webkit-box-shadow: 1px 1px 3px 2px #c22caa; box-shadow: 1px 1px 3px 2px #c22caa;">
Div content here</div>
This div box has shadow with color #c22caa
Comments
No comments written yet.
Please login to write comment.