Color spaces of #e310ac
RGB | 227 | 16 | 172 |
---|---|---|---|
HSL | 0.88 | 0.87 | 0.48 |
HSV | 316° | 93° | 89° |
CMYK | 0.00 | 0.93 | 0.24 0.11 |
XYZ | 39.3102 | 19.6800 | 40.7565 |
Yxy | 19.6800 | 0.3941 | 0.1973 |
Hunter Lab | 44.3621 | 80.5387 | -23.4176 |
CIE-Lab | 51.4735 | 81.6941 | -27.8035 |
#e310ac color RGB value is (227,16,172).
#e310ac hex color red value is 227, green value is 16 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e310ac hue: 0.88 , saturation: 0.87 and the lightness value of e310ac is 0.48.
The process color (four color CMYK) of #e310ac color hex is 0.00, 0.93, 0.24, 0.11. Web safe color of #e310ac is #cc0099. Color #e310ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 00010000 | 10101100 |
Octal | 343 | 20 | 254 |
Decimal | 227 | 16 | 172 |
Hex | E3 | 10 | AC |
Shades of #e310ac
Tints of #e310ac
RGB Percentages of Color #e310ac
CMYK Percentages of Color #e310ac
Complementary Color
#e310ac | #10e347 |
#e310ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e310ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#e310ac Color CSS Codes
.mybgcolor {background-color:#e310ac; } .myforecolor {color:#e310ac; } .mybordercolor {border:3px solid #e310ac; }
#e310ac Text Font Color
<p style="color:#e310ac">Text here</p>
This sample text font color is #e310ac
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.
#e310ac Background Color
<div style="background-color:#e310ac">
Div content here</div>
This div background color is #e310ac
#e310ac Border Color
<div style="border:3px solid #e310ac">
Div here</div>
This div border color is #e310ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,16,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e310ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e310ac; -webkit-box-shadow: 1px 1px 3px 2px #e310ac; box-shadow: 1px 1px 3px 2px #e310ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,16,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 #e310ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e310ac; -webkit-box-shadow: 1px 1px 3px 2px #e310ac; box-shadow: 1px 1px 3px 2px #e310ac;">
Div content here</div>
This div box has shadow with color #e310ac
Comments
No comments written yet.
Please login to write comment.