Color spaces of #e152ae
RGB | 225 | 82 | 174 |
---|---|---|---|
HSL | 0.89 | 0.70 | 0.60 |
HSV | 321° | 64° | 88° |
CMYK | 0.00 | 0.64 | 0.23 0.12 |
XYZ | 41.7086 | 25.0981 | 42.6905 |
Yxy | 25.0981 | 0.3809 | 0.2292 |
Hunter Lab | 50.0980 | 60.9369 | -15.4548 |
CIE-Lab | 57.1709 | 64.5635 | -20.2251 |
#e152ae color RGB value is (225,82,174).
#e152ae hex color red value is 225, green value is 82 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e152ae hue: 0.89 , saturation: 0.70 and the lightness value of e152ae is 0.60.
The process color (four color CMYK) of #e152ae color hex is 0.00, 0.64, 0.23, 0.12. Web safe color of #e152ae is #cc6699. Color #e152ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 01010010 | 10101110 |
Octal | 341 | 122 | 256 |
Decimal | 225 | 82 | 174 |
Hex | E1 | 52 | AE |
Shades of #e152ae
Tints of #e152ae
RGB Percentages of Color #e152ae
CMYK Percentages of Color #e152ae
Complementary Color
#e152ae | #52e185 |
#e152ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e152ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#e152ae Color CSS Codes
.mybgcolor {background-color:#e152ae; } .myforecolor {color:#e152ae; } .mybordercolor {border:3px solid #e152ae; }
#e152ae Text Font Color
<p style="color:#e152ae">Text here</p>
This sample text font color is #e152ae
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.
#e152ae Background Color
<div style="background-color:#e152ae">
Div content here</div>
This div background color is #e152ae
#e152ae Border Color
<div style="border:3px solid #e152ae">
Div here</div>
This div border color is #e152ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,82,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e152ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e152ae; -webkit-box-shadow: 1px 1px 3px 2px #e152ae; box-shadow: 1px 1px 3px 2px #e152ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,82,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 #e152ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e152ae; -webkit-box-shadow: 1px 1px 3px 2px #e152ae; box-shadow: 1px 1px 3px 2px #e152ae;">
Div content here</div>
This div box has shadow with color #e152ae
Comments
No comments written yet.
Please login to write comment.