Color spaces of #e720aa
RGB | 231 | 32 | 170 |
---|---|---|---|
HSL | 0.88 | 0.81 | 0.52 |
HSV | 318° | 86° | 91° |
CMYK | 0.00 | 0.86 | 0.26 0.09 |
XYZ | 40.7272 | 20.9242 | 39.9224 |
Yxy | 20.9242 | 0.4010 | 0.2060 |
Hunter Lab | 45.7430 | 78.8770 | -19.7255 |
CIE-Lab | 52.8664 | 80.1133 | -24.4117 |
#e720aa color RGB value is (231,32,170).
#e720aa hex color red value is 231, green value is 32 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e720aa hue: 0.88 , saturation: 0.81 and the lightness value of e720aa is 0.52.
The process color (four color CMYK) of #e720aa color hex is 0.00, 0.86, 0.26, 0.09. Web safe color of #e720aa is #ff3399. Color #e720aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 00100000 | 10101010 |
Octal | 347 | 40 | 252 |
Decimal | 231 | 32 | 170 |
Hex | E7 | 20 | AA |
Shades of #e720aa
Tints of #e720aa
RGB Percentages of Color #e720aa
CMYK Percentages of Color #e720aa
Complementary Color
#e720aa | #20e75d |
#e720aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e720aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#e720aa Color CSS Codes
.mybgcolor {background-color:#e720aa; } .myforecolor {color:#e720aa; } .mybordercolor {border:3px solid #e720aa; }
#e720aa Text Font Color
<p style="color:#e720aa">Text here</p>
This sample text font color is #e720aa
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.
#e720aa Background Color
<div style="background-color:#e720aa">
Div content here</div>
This div background color is #e720aa
#e720aa Border Color
<div style="border:3px solid #e720aa">
Div here</div>
This div border color is #e720aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,32,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e720aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e720aa; -webkit-box-shadow: 1px 1px 3px 2px #e720aa; box-shadow: 1px 1px 3px 2px #e720aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,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 #e720aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e720aa; -webkit-box-shadow: 1px 1px 3px 2px #e720aa; box-shadow: 1px 1px 3px 2px #e720aa;">
Div content here</div>
This div box has shadow with color #e720aa
Comments
No comments written yet.
Please login to write comment.