Color spaces of #e882df
RGB | 232 | 130 | 223 |
---|---|---|---|
HSL | 0.85 | 0.69 | 0.71 |
HSV | 305° | 44° | 91° |
CMYK | 0.00 | 0.44 | 0.04 0.09 |
XYZ | 54.5806 | 38.4488 | 74.3567 |
Yxy | 38.4488 | 0.3261 | 0.2297 |
Hunter Lab | 62.0071 | 48.6089 | -27.6935 |
CIE-Lab | 68.3501 | 52.0167 | -30.6920 |
#e882df color RGB value is (232,130,223).
#e882df hex color red value is 232, green value is 130 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e882df hue: 0.85 , saturation: 0.69 and the lightness value of e882df is 0.71.
The process color (four color CMYK) of #e882df color hex is 0.00, 0.44, 0.04, 0.09. Web safe color of #e882df is #ff99cc. Color #e882df contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 10000010 | 11011111 |
Octal | 350 | 202 | 337 |
Decimal | 232 | 130 | 223 |
Hex | E8 | 82 | DF |
Shades of #e882df
Tints of #e882df
RGB Percentages of Color #e882df
CMYK Percentages of Color #e882df
Complementary Color
#e882df | #82e88b |
#e882df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e882df Color Preview on White Background
Lorem ipsum dolor sit amet.
#e882df Color CSS Codes
.mybgcolor {background-color:#e882df; } .myforecolor {color:#e882df; } .mybordercolor {border:3px solid #e882df; }
#e882df Text Font Color
<p style="color:#e882df">Text here</p>
This sample text font color is #e882df
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.
#e882df Background Color
<div style="background-color:#e882df">
Div content here</div>
This div background color is #e882df
#e882df Border Color
<div style="border:3px solid #e882df">
Div here</div>
This div border color is #e882df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,130,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e882df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e882df; -webkit-box-shadow: 1px 1px 3px 2px #e882df; box-shadow: 1px 1px 3px 2px #e882df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,130,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e882df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e882df; -webkit-box-shadow: 1px 1px 3px 2px #e882df; box-shadow: 1px 1px 3px 2px #e882df;">
Div content here</div>
This div box has shadow with color #e882df
Comments
No comments written yet.
Please login to write comment.