Color spaces of #c03aec
RGB | 192 | 58 | 236 |
---|---|---|---|
HSL | 0.79 | 0.82 | 0.58 |
HSV | 285° | 75° | 93° |
CMYK | 0.19 | 0.75 | 0.00 0.07 |
XYZ | 38.3916 | 20.2887 | 81.2495 |
Yxy | 20.2887 | 0.2744 | 0.1450 |
Hunter Lab | 45.0430 | 73.3162 | -75.4185 |
CIE-Lab | 52.1621 | 75.8014 | -63.8846 |
#c03aec color RGB value is (192,58,236).
#c03aec hex color red value is 192, green value is 58 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c03aec hue: 0.79 , saturation: 0.82 and the lightness value of c03aec is 0.58.
The process color (four color CMYK) of #c03aec color hex is 0.19, 0.75, 0.00, 0.07. Web safe color of #c03aec is #cc33ff. Color #c03aec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 00111010 | 11101100 |
Octal | 300 | 72 | 354 |
Decimal | 192 | 58 | 236 |
Hex | C0 | 3A | EC |
Shades of #c03aec
Tints of #c03aec
RGB Percentages of Color #c03aec
CMYK Percentages of Color #c03aec
Complementary Color
#c03aec | #66ec3a |
#c03aec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c03aec Color Preview on White Background
Lorem ipsum dolor sit amet.
#c03aec Color CSS Codes
.mybgcolor {background-color:#c03aec; } .myforecolor {color:#c03aec; } .mybordercolor {border:3px solid #c03aec; }
#c03aec Text Font Color
<p style="color:#c03aec">Text here</p>
This sample text font color is #c03aec
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.
#c03aec Background Color
<div style="background-color:#c03aec">
Div content here</div>
This div background color is #c03aec
#c03aec Border Color
<div style="border:3px solid #c03aec">
Div here</div>
This div border color is #c03aec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,58,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c03aec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c03aec; -webkit-box-shadow: 1px 1px 3px 2px #c03aec; box-shadow: 1px 1px 3px 2px #c03aec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,58,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c03aec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c03aec; -webkit-box-shadow: 1px 1px 3px 2px #c03aec; box-shadow: 1px 1px 3px 2px #c03aec;">
Div content here</div>
This div box has shadow with color #c03aec
Comments
No comments written yet.
Please login to write comment.