Color spaces of #e459aa
RGB | 228 | 89 | 170 |
---|---|---|---|
HSL | 0.90 | 0.72 | 0.62 |
HSV | 325° | 61° | 89° |
CMYK | 0.00 | 0.61 | 0.25 0.11 |
XYZ | 42.8230 | 26.5410 | 40.8961 |
Yxy | 26.5410 | 0.3884 | 0.2407 |
Hunter Lab | 51.5180 | 58.2172 | -11.0031 |
CIE-Lab | 58.5470 | 61.9860 | -15.7720 |
#e459aa color RGB value is (228,89,170).
#e459aa hex color red value is 228, green value is 89 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e459aa hue: 0.90 , saturation: 0.72 and the lightness value of e459aa is 0.62.
The process color (four color CMYK) of #e459aa color hex is 0.00, 0.61, 0.25, 0.11. Web safe color of #e459aa is #cc6699. Color #e459aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 01011001 | 10101010 |
Octal | 344 | 131 | 252 |
Decimal | 228 | 89 | 170 |
Hex | E4 | 59 | AA |
Shades of #e459aa
Tints of #e459aa
RGB Percentages of Color #e459aa
CMYK Percentages of Color #e459aa
Complementary Color
#e459aa | #59e493 |
#e459aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e459aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#e459aa Color CSS Codes
.mybgcolor {background-color:#e459aa; } .myforecolor {color:#e459aa; } .mybordercolor {border:3px solid #e459aa; }
#e459aa Text Font Color
<p style="color:#e459aa">Text here</p>
This sample text font color is #e459aa
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.
#e459aa Background Color
<div style="background-color:#e459aa">
Div content here</div>
This div background color is #e459aa
#e459aa Border Color
<div style="border:3px solid #e459aa">
Div here</div>
This div border color is #e459aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,89,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e459aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e459aa; -webkit-box-shadow: 1px 1px 3px 2px #e459aa; box-shadow: 1px 1px 3px 2px #e459aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,89,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e459aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e459aa; -webkit-box-shadow: 1px 1px 3px 2px #e459aa; box-shadow: 1px 1px 3px 2px #e459aa;">
Div content here</div>
This div box has shadow with color #e459aa
Comments
No comments written yet.
Please login to write comment.