Color spaces of #c03aed
RGB | 192 | 58 | 237 |
---|---|---|---|
HSL | 0.79 | 0.83 | 0.58 |
HSV | 285° | 76° | 93° |
CMYK | 0.19 | 0.76 | 0.00 0.07 |
XYZ | 38.5373 | 20.3470 | 82.0170 |
Yxy | 20.3470 | 0.2735 | 0.1444 |
Hunter Lab | 45.1076 | 73.5614 | -76.2287 |
CIE-Lab | 52.2273 | 75.9872 | -64.3415 |
#c03aed color RGB value is (192,58,237).
#c03aed hex color red value is 192, green value is 58 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c03aed hue: 0.79 , saturation: 0.83 and the lightness value of c03aed is 0.58.
The process color (four color CMYK) of #c03aed color hex is 0.19, 0.76, 0.00, 0.07. Web safe color of #c03aed is #cc33ff. Color #c03aed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 00111010 | 11101101 |
Octal | 300 | 72 | 355 |
Decimal | 192 | 58 | 237 |
Hex | C0 | 3A | ED |
Shades of #c03aed
Tints of #c03aed
RGB Percentages of Color #c03aed
CMYK Percentages of Color #c03aed
Complementary Color
#c03aed | #67ed3a |
#c03aed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c03aed Color Preview on White Background
Lorem ipsum dolor sit amet.
#c03aed Color CSS Codes
.mybgcolor {background-color:#c03aed; } .myforecolor {color:#c03aed; } .mybordercolor {border:3px solid #c03aed; }
#c03aed Text Font Color
<p style="color:#c03aed">Text here</p>
This sample text font color is #c03aed
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.
#c03aed Background Color
<div style="background-color:#c03aed">
Div content here</div>
This div background color is #c03aed
#c03aed Border Color
<div style="border:3px solid #c03aed">
Div here</div>
This div border color is #c03aed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,58,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c03aed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c03aed; -webkit-box-shadow: 1px 1px 3px 2px #c03aed; box-shadow: 1px 1px 3px 2px #c03aed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,58,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c03aed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c03aed; -webkit-box-shadow: 1px 1px 3px 2px #c03aed; box-shadow: 1px 1px 3px 2px #c03aed;">
Div content here</div>
This div box has shadow with color #c03aed
Comments
No comments written yet.
Please login to write comment.