Color spaces of #e155ac
RGB | 225 | 85 | 172 |
---|---|---|---|
HSL | 0.90 | 0.70 | 0.61 |
HSV | 323° | 62° | 88° |
CMYK | 0.00 | 0.62 | 0.24 0.12 |
XYZ | 41.7462 | 25.4831 | 41.7482 |
Yxy | 25.4831 | 0.3831 | 0.2338 |
Hunter Lab | 50.4808 | 59.2731 | -13.6970 |
CIE-Lab | 57.5431 | 63.0731 | -18.4983 |
#e155ac color RGB value is (225,85,172).
#e155ac hex color red value is 225, green value is 85 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e155ac hue: 0.90 , saturation: 0.70 and the lightness value of e155ac is 0.61.
The process color (four color CMYK) of #e155ac color hex is 0.00, 0.62, 0.24, 0.12. Web safe color of #e155ac is #cc6699. Color #e155ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 01010101 | 10101100 |
Octal | 341 | 125 | 254 |
Decimal | 225 | 85 | 172 |
Hex | E1 | 55 | AC |
Shades of #e155ac
Tints of #e155ac
RGB Percentages of Color #e155ac
CMYK Percentages of Color #e155ac
Complementary Color
#e155ac | #55e18a |
#e155ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e155ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#e155ac Color CSS Codes
.mybgcolor {background-color:#e155ac; } .myforecolor {color:#e155ac; } .mybordercolor {border:3px solid #e155ac; }
#e155ac Text Font Color
<p style="color:#e155ac">Text here</p>
This sample text font color is #e155ac
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.
#e155ac Background Color
<div style="background-color:#e155ac">
Div content here</div>
This div background color is #e155ac
#e155ac Border Color
<div style="border:3px solid #e155ac">
Div here</div>
This div border color is #e155ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,85,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e155ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e155ac; -webkit-box-shadow: 1px 1px 3px 2px #e155ac; box-shadow: 1px 1px 3px 2px #e155ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,85,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 #e155ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e155ac; -webkit-box-shadow: 1px 1px 3px 2px #e155ac; box-shadow: 1px 1px 3px 2px #e155ac;">
Div content here</div>
This div box has shadow with color #e155ac
Comments
No comments written yet.
Please login to write comment.