Color spaces of #c033aa
RGB | 192 | 51 | 170 |
---|---|---|---|
HSL | 0.86 | 0.58 | 0.48 |
HSV | 309° | 73° | 75° |
CMYK | 0.00 | 0.73 | 0.11 0.25 |
XYZ | 30.1778 | 16.4764 | 39.6199 |
Yxy | 16.4764 | 0.3498 | 0.1910 |
Hunter Lab | 40.5911 | 61.6728 | -29.4576 |
CIE-Lab | 47.5934 | 66.9942 | -33.1407 |
#c033aa color RGB value is (192,51,170).
#c033aa hex color red value is 192, green value is 51 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c033aa hue: 0.86 , saturation: 0.58 and the lightness value of c033aa is 0.48.
The process color (four color CMYK) of #c033aa color hex is 0.00, 0.73, 0.11, 0.25. Web safe color of #c033aa is #cc3399. Color #c033aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 00110011 | 10101010 |
Octal | 300 | 63 | 252 |
Decimal | 192 | 51 | 170 |
Hex | C0 | 33 | AA |
Shades of #c033aa
Tints of #c033aa
RGB Percentages of Color #c033aa
CMYK Percentages of Color #c033aa
Complementary Color
#c033aa | #33c049 |
#c033aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c033aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c033aa Color CSS Codes
.mybgcolor {background-color:#c033aa; } .myforecolor {color:#c033aa; } .mybordercolor {border:3px solid #c033aa; }
#c033aa Text Font Color
<p style="color:#c033aa">Text here</p>
This sample text font color is #c033aa
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.
#c033aa Background Color
<div style="background-color:#c033aa">
Div content here</div>
This div background color is #c033aa
#c033aa Border Color
<div style="border:3px solid #c033aa">
Div here</div>
This div border color is #c033aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,51,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c033aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c033aa; -webkit-box-shadow: 1px 1px 3px 2px #c033aa; box-shadow: 1px 1px 3px 2px #c033aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,51,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 #c033aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c033aa; -webkit-box-shadow: 1px 1px 3px 2px #c033aa; box-shadow: 1px 1px 3px 2px #c033aa;">
Div content here</div>
This div box has shadow with color #c033aa
Comments
No comments written yet.
Please login to write comment.