Color spaces of #e881cc
RGB | 232 | 129 | 204 |
---|---|---|---|
HSL | 0.88 | 0.69 | 0.71 |
HSV | 316° | 44° | 91° |
CMYK | 0.00 | 0.44 | 0.12 0.09 |
XYZ | 52.0281 | 37.2160 | 61.5680 |
Yxy | 37.2160 | 0.3450 | 0.2468 |
Hunter Lab | 61.0049 | 45.4753 | -17.1338 |
CIE-Lab | 67.4388 | 49.3626 | -21.5246 |
#e881cc color RGB value is (232,129,204).
#e881cc hex color red value is 232, green value is 129 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e881cc hue: 0.88 , saturation: 0.69 and the lightness value of e881cc is 0.71.
The process color (four color CMYK) of #e881cc color hex is 0.00, 0.44, 0.12, 0.09. Web safe color of #e881cc is #ff99cc. Color #e881cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 10000001 | 11001100 |
Octal | 350 | 201 | 314 |
Decimal | 232 | 129 | 204 |
Hex | E8 | 81 | CC |
Shades of #e881cc
Tints of #e881cc
RGB Percentages of Color #e881cc
CMYK Percentages of Color #e881cc
Complementary Color
#e881cc | #81e89d |
#e881cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e881cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e881cc Color CSS Codes
.mybgcolor {background-color:#e881cc; } .myforecolor {color:#e881cc; } .mybordercolor {border:3px solid #e881cc; }
#e881cc Text Font Color
<p style="color:#e881cc">Text here</p>
This sample text font color is #e881cc
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.
#e881cc Background Color
<div style="background-color:#e881cc">
Div content here</div>
This div background color is #e881cc
#e881cc Border Color
<div style="border:3px solid #e881cc">
Div here</div>
This div border color is #e881cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,129,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e881cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e881cc; -webkit-box-shadow: 1px 1px 3px 2px #e881cc; box-shadow: 1px 1px 3px 2px #e881cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,129,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e881cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e881cc; -webkit-box-shadow: 1px 1px 3px 2px #e881cc; box-shadow: 1px 1px 3px 2px #e881cc;">
Div content here</div>
This div box has shadow with color #e881cc
Comments
No comments written yet.
Please login to write comment.