Color spaces of #e88cdb
RGB | 232 | 140 | 219 |
---|---|---|---|
HSL | 0.86 | 0.67 | 0.73 |
HSV | 308° | 40° | 91° |
CMYK | 0.00 | 0.40 | 0.06 0.09 |
XYZ | 55.4430 | 41.0264 | 72.0146 |
Yxy | 41.0264 | 0.3291 | 0.2435 |
Hunter Lab | 64.0519 | 42.4181 | -21.8245 |
CIE-Lab | 70.1944 | 46.2445 | -25.6432 |
#e88cdb color RGB value is (232,140,219).
#e88cdb hex color red value is 232, green value is 140 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e88cdb hue: 0.86 , saturation: 0.67 and the lightness value of e88cdb is 0.73.
The process color (four color CMYK) of #e88cdb color hex is 0.00, 0.40, 0.06, 0.09. Web safe color of #e88cdb is #ff99cc. Color #e88cdb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 10001100 | 11011011 |
Octal | 350 | 214 | 333 |
Decimal | 232 | 140 | 219 |
Hex | E8 | 8C | DB |
Shades of #e88cdb
Tints of #e88cdb
RGB Percentages of Color #e88cdb
CMYK Percentages of Color #e88cdb
Complementary Color
#e88cdb | #8ce899 |
#e88cdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e88cdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e88cdb Color CSS Codes
.mybgcolor {background-color:#e88cdb; } .myforecolor {color:#e88cdb; } .mybordercolor {border:3px solid #e88cdb; }
#e88cdb Text Font Color
<p style="color:#e88cdb">Text here</p>
This sample text font color is #e88cdb
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.
#e88cdb Background Color
<div style="background-color:#e88cdb">
Div content here</div>
This div background color is #e88cdb
#e88cdb Border Color
<div style="border:3px solid #e88cdb">
Div here</div>
This div border color is #e88cdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,140,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e88cdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e88cdb; -webkit-box-shadow: 1px 1px 3px 2px #e88cdb; box-shadow: 1px 1px 3px 2px #e88cdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,140,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e88cdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e88cdb; -webkit-box-shadow: 1px 1px 3px 2px #e88cdb; box-shadow: 1px 1px 3px 2px #e88cdb;">
Div content here</div>
This div box has shadow with color #e88cdb
Comments
No comments written yet.
Please login to write comment.