Color spaces of #c223aa
RGB | 194 | 35 | 170 |
---|---|---|---|
HSL | 0.86 | 0.69 | 0.45 |
HSV | 309° | 82° | 76° |
CMYK | 0.00 | 0.82 | 0.12 0.24 |
XYZ | 30.1049 | 15.5737 | 39.4495 |
Yxy | 15.5737 | 0.3536 | 0.1829 |
Hunter Lab | 39.4635 | 67.1082 | -31.6445 |
CIE-Lab | 46.4102 | 71.8195 | -34.9758 |
#c223aa color RGB value is (194,35,170).
#c223aa hex color red value is 194, green value is 35 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c223aa hue: 0.86 , saturation: 0.69 and the lightness value of c223aa is 0.45.
The process color (four color CMYK) of #c223aa color hex is 0.00, 0.82, 0.12, 0.24. Web safe color of #c223aa is #cc3399. Color #c223aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 00100011 | 10101010 |
Octal | 302 | 43 | 252 |
Decimal | 194 | 35 | 170 |
Hex | C2 | 23 | AA |
Shades of #c223aa
Tints of #c223aa
RGB Percentages of Color #c223aa
CMYK Percentages of Color #c223aa
Complementary Color
#c223aa | #23c23b |
#c223aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c223aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c223aa Color CSS Codes
.mybgcolor {background-color:#c223aa; } .myforecolor {color:#c223aa; } .mybordercolor {border:3px solid #c223aa; }
#c223aa Text Font Color
<p style="color:#c223aa">Text here</p>
This sample text font color is #c223aa
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.
#c223aa Background Color
<div style="background-color:#c223aa">
Div content here</div>
This div background color is #c223aa
#c223aa Border Color
<div style="border:3px solid #c223aa">
Div here</div>
This div border color is #c223aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,35,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c223aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c223aa; -webkit-box-shadow: 1px 1px 3px 2px #c223aa; box-shadow: 1px 1px 3px 2px #c223aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,35,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 #c223aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c223aa; -webkit-box-shadow: 1px 1px 3px 2px #c223aa; box-shadow: 1px 1px 3px 2px #c223aa;">
Div content here</div>
This div box has shadow with color #c223aa
Comments
No comments written yet.
Please login to write comment.