Color spaces of #c03cee
RGB | 192 | 60 | 238 |
---|---|---|---|
HSL | 0.79 | 0.84 | 0.58 |
HSV | 284° | 75° | 93° |
CMYK | 0.19 | 0.75 | 0.00 0.07 |
XYZ | 38.7867 | 20.6112 | 82.8230 |
Yxy | 20.6112 | 0.2727 | 0.1449 |
Hunter Lab | 45.3996 | 73.0506 | -76.3838 |
CIE-Lab | 52.5213 | 75.5164 | -64.4288 |
#c03cee color RGB value is (192,60,238).
#c03cee hex color red value is 192, green value is 60 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c03cee hue: 0.79 , saturation: 0.84 and the lightness value of c03cee is 0.58.
The process color (four color CMYK) of #c03cee color hex is 0.19, 0.75, 0.00, 0.07. Web safe color of #c03cee is #cc33ff. Color #c03cee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 00111100 | 11101110 |
Octal | 300 | 74 | 356 |
Decimal | 192 | 60 | 238 |
Hex | C0 | 3C | EE |
Shades of #c03cee
Tints of #c03cee
RGB Percentages of Color #c03cee
CMYK Percentages of Color #c03cee
Complementary Color
#c03cee | #6aee3c |
#c03cee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c03cee Color Preview on White Background
Lorem ipsum dolor sit amet.
#c03cee Color CSS Codes
.mybgcolor {background-color:#c03cee; } .myforecolor {color:#c03cee; } .mybordercolor {border:3px solid #c03cee; }
#c03cee Text Font Color
<p style="color:#c03cee">Text here</p>
This sample text font color is #c03cee
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.
#c03cee Background Color
<div style="background-color:#c03cee">
Div content here</div>
This div background color is #c03cee
#c03cee Border Color
<div style="border:3px solid #c03cee">
Div here</div>
This div border color is #c03cee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,60,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c03cee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c03cee; -webkit-box-shadow: 1px 1px 3px 2px #c03cee; box-shadow: 1px 1px 3px 2px #c03cee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,60,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c03cee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c03cee; -webkit-box-shadow: 1px 1px 3px 2px #c03cee; box-shadow: 1px 1px 3px 2px #c03cee;">
Div content here</div>
This div box has shadow with color #c03cee
Comments
No comments written yet.
Please login to write comment.