Color spaces of #e981ac
RGB | 233 | 129 | 172 |
---|---|---|---|
HSL | 0.93 | 0.70 | 0.71 |
HSV | 335° | 45° | 91° |
CMYK | 0.00 | 0.45 | 0.26 0.09 |
XYZ | 48.9009 | 36.0027 | 43.4016 |
Yxy | 36.0027 | 0.3811 | 0.2806 |
Hunter Lab | 60.0022 | 40.4708 | -0.8848 |
CIE-Lab | 66.5220 | 44.9496 | -4.9108 |
#e981ac color RGB value is (233,129,172).
#e981ac hex color red value is 233, green value is 129 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e981ac hue: 0.93 , saturation: 0.70 and the lightness value of e981ac is 0.71.
The process color (four color CMYK) of #e981ac color hex is 0.00, 0.45, 0.26, 0.09. Web safe color of #e981ac is #ff9999. Color #e981ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 10000001 | 10101100 |
Octal | 351 | 201 | 254 |
Decimal | 233 | 129 | 172 |
Hex | E9 | 81 | AC |
Shades of #e981ac
Tints of #e981ac
RGB Percentages of Color #e981ac
CMYK Percentages of Color #e981ac
Complementary Color
#e981ac | #81e9be |
#e981ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e981ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#e981ac Color CSS Codes
.mybgcolor {background-color:#e981ac; } .myforecolor {color:#e981ac; } .mybordercolor {border:3px solid #e981ac; }
#e981ac Text Font Color
<p style="color:#e981ac">Text here</p>
This sample text font color is #e981ac
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.
#e981ac Background Color
<div style="background-color:#e981ac">
Div content here</div>
This div background color is #e981ac
#e981ac Border Color
<div style="border:3px solid #e981ac">
Div here</div>
This div border color is #e981ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,129,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e981ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e981ac; -webkit-box-shadow: 1px 1px 3px 2px #e981ac; box-shadow: 1px 1px 3px 2px #e981ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,129,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 #e981ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e981ac; -webkit-box-shadow: 1px 1px 3px 2px #e981ac; box-shadow: 1px 1px 3px 2px #e981ac;">
Div content here</div>
This div box has shadow with color #e981ac
Comments
No comments written yet.
Please login to write comment.