Color spaces of #c80eca
RGB | 200 | 14 | 202 |
---|---|---|---|
HSL | 0.83 | 0.87 | 0.42 |
HSV | 299° | 93° | 79° |
CMYK | 0.01 | 0.93 | 0.00 0.21 |
XYZ | 34.6371 | 16.8577 | 57.3054 |
Yxy | 16.8577 | 0.3184 | 0.1549 |
Hunter Lab | 41.0581 | 78.7329 | -54.0112 |
CIE-Lab | 48.0802 | 80.9314 | -50.9930 |
#c80eca color RGB value is (200,14,202).
#c80eca hex color red value is 200, green value is 14 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c80eca hue: 0.83 , saturation: 0.87 and the lightness value of c80eca is 0.42.
The process color (four color CMYK) of #c80eca color hex is 0.01, 0.93, 0.00, 0.21. Web safe color of #c80eca is #cc00cc. Color #c80eca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 00001110 | 11001010 |
Octal | 310 | 16 | 312 |
Decimal | 200 | 14 | 202 |
Hex | C8 | E | CA |
Shades of #c80eca
Tints of #c80eca
RGB Percentages of Color #c80eca
CMYK Percentages of Color #c80eca
Complementary Color
#c80eca | #10ca0e |
#c80eca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c80eca Color Preview on White Background
Lorem ipsum dolor sit amet.
#c80eca Color CSS Codes
.mybgcolor {background-color:#c80eca; } .myforecolor {color:#c80eca; } .mybordercolor {border:3px solid #c80eca; }
#c80eca Text Font Color
<p style="color:#c80eca">Text here</p>
This sample text font color is #c80eca
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.
#c80eca Background Color
<div style="background-color:#c80eca">
Div content here</div>
This div background color is #c80eca
#c80eca Border Color
<div style="border:3px solid #c80eca">
Div here</div>
This div border color is #c80eca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,14,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c80eca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c80eca; -webkit-box-shadow: 1px 1px 3px 2px #c80eca; box-shadow: 1px 1px 3px 2px #c80eca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,14,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c80eca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c80eca; -webkit-box-shadow: 1px 1px 3px 2px #c80eca; box-shadow: 1px 1px 3px 2px #c80eca;">
Div content here</div>
This div box has shadow with color #c80eca
Comments
No comments written yet.
Please login to write comment.