Color spaces of #c72eea
RGB | 199 | 46 | 234 |
---|---|---|---|
HSL | 0.80 | 0.82 | 0.55 |
HSV | 289° | 80° | 92° |
CMYK | 0.15 | 0.80 | 0.00 0.08 |
XYZ | 39.3815 | 20.0366 | 79.6337 |
Yxy | 20.0366 | 0.2832 | 0.1441 |
Hunter Lab | 44.7623 | 78.7090 | -74.1455 |
CIE-Lab | 51.8786 | 80.1731 | -63.1628 |
#c72eea color RGB value is (199,46,234).
#c72eea hex color red value is 199, green value is 46 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c72eea hue: 0.80 , saturation: 0.82 and the lightness value of c72eea is 0.55.
The process color (four color CMYK) of #c72eea color hex is 0.15, 0.80, 0.00, 0.08. Web safe color of #c72eea is #cc33ff. Color #c72eea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 00101110 | 11101010 |
Octal | 307 | 56 | 352 |
Decimal | 199 | 46 | 234 |
Hex | C7 | 2E | EA |
Shades of #c72eea
Tints of #c72eea
RGB Percentages of Color #c72eea
CMYK Percentages of Color #c72eea
Complementary Color
#c72eea | #51ea2e |
#c72eea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c72eea Color Preview on White Background
Lorem ipsum dolor sit amet.
#c72eea Color CSS Codes
.mybgcolor {background-color:#c72eea; } .myforecolor {color:#c72eea; } .mybordercolor {border:3px solid #c72eea; }
#c72eea Text Font Color
<p style="color:#c72eea">Text here</p>
This sample text font color is #c72eea
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.
#c72eea Background Color
<div style="background-color:#c72eea">
Div content here</div>
This div background color is #c72eea
#c72eea Border Color
<div style="border:3px solid #c72eea">
Div here</div>
This div border color is #c72eea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,46,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c72eea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c72eea; -webkit-box-shadow: 1px 1px 3px 2px #c72eea; box-shadow: 1px 1px 3px 2px #c72eea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,46,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 #c72eea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c72eea; -webkit-box-shadow: 1px 1px 3px 2px #c72eea; box-shadow: 1px 1px 3px 2px #c72eea;">
Div content here</div>
This div box has shadow with color #c72eea
Comments
No comments written yet.
Please login to write comment.