Color spaces of #c20eea
RGB | 194 | 14 | 234 |
---|---|---|---|
HSL | 0.80 | 0.89 | 0.49 |
HSV | 289° | 94° | 92° |
CMYK | 0.17 | 0.94 | 0.00 0.08 |
XYZ | 37.2565 | 17.7239 | 79.2993 |
Yxy | 17.7239 | 0.2775 | 0.1320 |
Hunter Lab | 42.0998 | 84.2903 | -82.2091 |
CIE-Lab | 49.1595 | 85.0644 | -67.5983 |
#c20eea color RGB value is (194,14,234).
#c20eea hex color red value is 194, green value is 14 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c20eea hue: 0.80 , saturation: 0.89 and the lightness value of c20eea is 0.49.
The process color (four color CMYK) of #c20eea color hex is 0.17, 0.94, 0.00, 0.08. Web safe color of #c20eea is #cc00ff. Color #c20eea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 00001110 | 11101010 |
Octal | 302 | 16 | 352 |
Decimal | 194 | 14 | 234 |
Hex | C2 | E | EA |
Shades of #c20eea
Tints of #c20eea
RGB Percentages of Color #c20eea
CMYK Percentages of Color #c20eea
Complementary Color
#c20eea | #36ea0e |
#c20eea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c20eea Color Preview on White Background
Lorem ipsum dolor sit amet.
#c20eea Color CSS Codes
.mybgcolor {background-color:#c20eea; } .myforecolor {color:#c20eea; } .mybordercolor {border:3px solid #c20eea; }
#c20eea Text Font Color
<p style="color:#c20eea">Text here</p>
This sample text font color is #c20eea
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.
#c20eea Background Color
<div style="background-color:#c20eea">
Div content here</div>
This div background color is #c20eea
#c20eea Border Color
<div style="border:3px solid #c20eea">
Div here</div>
This div border color is #c20eea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,14,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c20eea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c20eea; -webkit-box-shadow: 1px 1px 3px 2px #c20eea; box-shadow: 1px 1px 3px 2px #c20eea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,14,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c20eea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c20eea; -webkit-box-shadow: 1px 1px 3px 2px #c20eea; box-shadow: 1px 1px 3px 2px #c20eea;">
Div content here</div>
This div box has shadow with color #c20eea
Comments
No comments written yet.
Please login to write comment.