Color spaces of #e982aa
RGB | 233 | 130 | 170 |
---|---|---|---|
HSL | 0.94 | 0.70 | 0.71 |
HSV | 337° | 44° | 91° |
CMYK | 0.00 | 0.44 | 0.27 0.09 |
XYZ | 48.8426 | 36.1912 | 42.4415 |
Yxy | 36.1912 | 0.3832 | 0.2839 |
Hunter Lab | 60.1591 | 39.6439 | 0.2830 |
CIE-Lab | 66.6658 | 44.1706 | -3.5695 |
#e982aa color RGB value is (233,130,170).
#e982aa hex color red value is 233, green value is 130 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e982aa hue: 0.94 , saturation: 0.70 and the lightness value of e982aa is 0.71.
The process color (four color CMYK) of #e982aa color hex is 0.00, 0.44, 0.27, 0.09. Web safe color of #e982aa is #ff9999. Color #e982aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 10000010 | 10101010 |
Octal | 351 | 202 | 252 |
Decimal | 233 | 130 | 170 |
Hex | E9 | 82 | AA |
Shades of #e982aa
Tints of #e982aa
RGB Percentages of Color #e982aa
CMYK Percentages of Color #e982aa
Complementary Color
#e982aa | #82e9c1 |
#e982aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e982aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#e982aa Color CSS Codes
.mybgcolor {background-color:#e982aa; } .myforecolor {color:#e982aa; } .mybordercolor {border:3px solid #e982aa; }
#e982aa Text Font Color
<p style="color:#e982aa">Text here</p>
This sample text font color is #e982aa
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.
#e982aa Background Color
<div style="background-color:#e982aa">
Div content here</div>
This div background color is #e982aa
#e982aa Border Color
<div style="border:3px solid #e982aa">
Div here</div>
This div border color is #e982aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,130,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e982aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e982aa; -webkit-box-shadow: 1px 1px 3px 2px #e982aa; box-shadow: 1px 1px 3px 2px #e982aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,130,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 #e982aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e982aa; -webkit-box-shadow: 1px 1px 3px 2px #e982aa; box-shadow: 1px 1px 3px 2px #e982aa;">
Div content here</div>
This div box has shadow with color #e982aa
Comments
No comments written yet.
Please login to write comment.