Color spaces of #e520aa
RGB | 229 | 32 | 170 |
---|---|---|---|
HSL | 0.88 | 0.79 | 0.51 |
HSV | 318° | 86° | 90° |
CMYK | 0.00 | 0.86 | 0.26 0.10 |
XYZ | 40.0853 | 20.5933 | 39.8924 |
Yxy | 20.5933 | 0.3986 | 0.2048 |
Hunter Lab | 45.3798 | 78.2594 | -20.3546 |
CIE-Lab | 52.5015 | 79.6955 | -25.0051 |
#e520aa color RGB value is (229,32,170).
#e520aa hex color red value is 229, green value is 32 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e520aa hue: 0.88 , saturation: 0.79 and the lightness value of e520aa is 0.51.
The process color (four color CMYK) of #e520aa color hex is 0.00, 0.86, 0.26, 0.10. Web safe color of #e520aa is #cc3399. Color #e520aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 00100000 | 10101010 |
Octal | 345 | 40 | 252 |
Decimal | 229 | 32 | 170 |
Hex | E5 | 20 | AA |
Shades of #e520aa
Tints of #e520aa
RGB Percentages of Color #e520aa
CMYK Percentages of Color #e520aa
Complementary Color
#e520aa | #20e55b |
#e520aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e520aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#e520aa Color CSS Codes
.mybgcolor {background-color:#e520aa; } .myforecolor {color:#e520aa; } .mybordercolor {border:3px solid #e520aa; }
#e520aa Text Font Color
<p style="color:#e520aa">Text here</p>
This sample text font color is #e520aa
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.
#e520aa Background Color
<div style="background-color:#e520aa">
Div content here</div>
This div background color is #e520aa
#e520aa Border Color
<div style="border:3px solid #e520aa">
Div here</div>
This div border color is #e520aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,32,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e520aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e520aa; -webkit-box-shadow: 1px 1px 3px 2px #e520aa; box-shadow: 1px 1px 3px 2px #e520aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,32,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 #e520aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e520aa; -webkit-box-shadow: 1px 1px 3px 2px #e520aa; box-shadow: 1px 1px 3px 2px #e520aa;">
Div content here</div>
This div box has shadow with color #e520aa
Comments
No comments written yet.
Please login to write comment.