Color spaces of #e988dc
RGB | 233 | 136 | 220 |
---|---|---|---|
HSL | 0.86 | 0.69 | 0.72 |
HSV | 308° | 42° | 91° |
CMYK | 0.00 | 0.42 | 0.06 0.09 |
XYZ | 55.3267 | 40.0993 | 72.5340 |
Yxy | 40.0993 | 0.3294 | 0.2387 |
Hunter Lab | 63.3240 | 45.1399 | -23.5865 |
CIE-Lab | 69.5402 | 48.7720 | -27.1891 |
#e988dc color RGB value is (233,136,220).
#e988dc hex color red value is 233, green value is 136 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e988dc hue: 0.86 , saturation: 0.69 and the lightness value of e988dc is 0.72.
The process color (four color CMYK) of #e988dc color hex is 0.00, 0.42, 0.06, 0.09. Web safe color of #e988dc is #ff99cc. Color #e988dc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 10001000 | 11011100 |
Octal | 351 | 210 | 334 |
Decimal | 233 | 136 | 220 |
Hex | E9 | 88 | DC |
Shades of #e988dc
Tints of #e988dc
RGB Percentages of Color #e988dc
CMYK Percentages of Color #e988dc
Complementary Color
#e988dc | #88e995 |
#e988dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e988dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e988dc Color CSS Codes
.mybgcolor {background-color:#e988dc; } .myforecolor {color:#e988dc; } .mybordercolor {border:3px solid #e988dc; }
#e988dc Text Font Color
<p style="color:#e988dc">Text here</p>
This sample text font color is #e988dc
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.
#e988dc Background Color
<div style="background-color:#e988dc">
Div content here</div>
This div background color is #e988dc
#e988dc Border Color
<div style="border:3px solid #e988dc">
Div here</div>
This div border color is #e988dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,136,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e988dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e988dc; -webkit-box-shadow: 1px 1px 3px 2px #e988dc; box-shadow: 1px 1px 3px 2px #e988dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,136,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e988dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e988dc; -webkit-box-shadow: 1px 1px 3px 2px #e988dc; box-shadow: 1px 1px 3px 2px #e988dc;">
Div content here</div>
This div box has shadow with color #e988dc
Comments
No comments written yet.
Please login to write comment.