Color spaces of #e715ac
RGB | 231 | 21 | 172 |
---|---|---|---|
HSL | 0.88 | 0.83 | 0.49 |
HSV | 317° | 91° | 91° |
CMYK | 0.00 | 0.91 | 0.26 0.09 |
XYZ | 40.6696 | 20.5038 | 40.8438 |
Yxy | 20.5038 | 0.3987 | 0.2010 |
Hunter Lab | 45.2811 | 81.0792 | -21.7831 |
CIE-Lab | 52.4021 | 81.9370 | -26.3052 |
#e715ac color RGB value is (231,21,172).
#e715ac hex color red value is 231, green value is 21 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e715ac hue: 0.88 , saturation: 0.83 and the lightness value of e715ac is 0.49.
The process color (four color CMYK) of #e715ac color hex is 0.00, 0.91, 0.26, 0.09. Web safe color of #e715ac is #ff0099. Color #e715ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 00010101 | 10101100 |
Octal | 347 | 25 | 254 |
Decimal | 231 | 21 | 172 |
Hex | E7 | 15 | AC |
Shades of #e715ac
Tints of #e715ac
RGB Percentages of Color #e715ac
CMYK Percentages of Color #e715ac
Complementary Color
#e715ac | #15e750 |
#e715ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e715ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#e715ac Color CSS Codes
.mybgcolor {background-color:#e715ac; } .myforecolor {color:#e715ac; } .mybordercolor {border:3px solid #e715ac; }
#e715ac Text Font Color
<p style="color:#e715ac">Text here</p>
This sample text font color is #e715ac
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.
#e715ac Background Color
<div style="background-color:#e715ac">
Div content here</div>
This div background color is #e715ac
#e715ac Border Color
<div style="border:3px solid #e715ac">
Div here</div>
This div border color is #e715ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,21,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e715ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e715ac; -webkit-box-shadow: 1px 1px 3px 2px #e715ac; box-shadow: 1px 1px 3px 2px #e715ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,21,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e715ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e715ac; -webkit-box-shadow: 1px 1px 3px 2px #e715ac; box-shadow: 1px 1px 3px 2px #e715ac;">
Div content here</div>
This div box has shadow with color #e715ac
Comments
No comments written yet.
Please login to write comment.