Color spaces of #e59afe
RGB | 229 | 154 | 254 |
---|---|---|---|
HSL | 0.79 | 0.98 | 0.80 |
HSV | 285° | 39° | 100° |
CMYK | 0.10 | 0.39 | 0.00 0.00 |
XYZ | 61.7581 | 46.9250 | 99.5683 |
Yxy | 46.9250 | 0.2966 | 0.2253 |
Hunter Lab | 68.5018 | 41.0492 | -38.2275 |
CIE-Lab | 74.1418 | 44.5250 | -38.7091 |
#e59afe color RGB value is (229,154,254).
#e59afe hex color red value is 229, green value is 154 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e59afe hue: 0.79 , saturation: 0.98 and the lightness value of e59afe is 0.80.
The process color (four color CMYK) of #e59afe color hex is 0.10, 0.39, 0.00, 0.00. Web safe color of #e59afe is #cc99ff. Color #e59afe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 10011010 | 11111110 |
Octal | 345 | 232 | 376 |
Decimal | 229 | 154 | 254 |
Hex | E5 | 9A | FE |
Shades of #e59afe
Tints of #e59afe
RGB Percentages of Color #e59afe
CMYK Percentages of Color #e59afe
Complementary Color
#e59afe | #b3fe9a |
#e59afe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e59afe Color Preview on White Background
Lorem ipsum dolor sit amet.
#e59afe Color CSS Codes
.mybgcolor {background-color:#e59afe; } .myforecolor {color:#e59afe; } .mybordercolor {border:3px solid #e59afe; }
#e59afe Text Font Color
<p style="color:#e59afe">Text here</p>
This sample text font color is #e59afe
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.
#e59afe Background Color
<div style="background-color:#e59afe">
Div content here</div>
This div background color is #e59afe
#e59afe Border Color
<div style="border:3px solid #e59afe">
Div here</div>
This div border color is #e59afe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,154,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e59afe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e59afe; -webkit-box-shadow: 1px 1px 3px 2px #e59afe; box-shadow: 1px 1px 3px 2px #e59afe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,154,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e59afe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e59afe; -webkit-box-shadow: 1px 1px 3px 2px #e59afe; box-shadow: 1px 1px 3px 2px #e59afe;">
Div content here</div>
This div box has shadow with color #e59afe
Comments
No comments written yet.
Please login to write comment.