Color spaces of #e30cae
RGB | 227 | 12 | 174 |
---|---|---|---|
HSL | 0.87 | 0.90 | 0.47 |
HSV | 315° | 95° | 89° |
CMYK | 0.00 | 0.95 | 0.23 0.11 |
XYZ | 39.4500 | 19.6498 | 41.7579 |
Yxy | 19.6498 | 0.3911 | 0.1948 |
Hunter Lab | 44.3281 | 81.2828 | -24.8226 |
CIE-Lab | 51.4389 | 82.2841 | -29.0340 |
#e30cae color RGB value is (227,12,174).
#e30cae hex color red value is 227, green value is 12 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e30cae hue: 0.87 , saturation: 0.90 and the lightness value of e30cae is 0.47.
The process color (four color CMYK) of #e30cae color hex is 0.00, 0.95, 0.23, 0.11. Web safe color of #e30cae is #cc0099. Color #e30cae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 00001100 | 10101110 |
Octal | 343 | 14 | 256 |
Decimal | 227 | 12 | 174 |
Hex | E3 | C | AE |
Shades of #e30cae
Tints of #e30cae
RGB Percentages of Color #e30cae
CMYK Percentages of Color #e30cae
Complementary Color
#e30cae | #0ce341 |
#e30cae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e30cae Color Preview on White Background
Lorem ipsum dolor sit amet.
#e30cae Color CSS Codes
.mybgcolor {background-color:#e30cae; } .myforecolor {color:#e30cae; } .mybordercolor {border:3px solid #e30cae; }
#e30cae Text Font Color
<p style="color:#e30cae">Text here</p>
This sample text font color is #e30cae
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.
#e30cae Background Color
<div style="background-color:#e30cae">
Div content here</div>
This div background color is #e30cae
#e30cae Border Color
<div style="border:3px solid #e30cae">
Div here</div>
This div border color is #e30cae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,12,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e30cae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e30cae; -webkit-box-shadow: 1px 1px 3px 2px #e30cae; box-shadow: 1px 1px 3px 2px #e30cae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,12,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e30cae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e30cae; -webkit-box-shadow: 1px 1px 3px 2px #e30cae; box-shadow: 1px 1px 3px 2px #e30cae;">
Div content here</div>
This div box has shadow with color #e30cae
Comments
No comments written yet.
Please login to write comment.