Color Hex Logo

#e988de Color Hex

#E988DE
(233,136,222)
0 Favorites   0 Comments

Color spaces of #e988de

RGB 233136222
HSL0.850.690.72
HSV307°42°91°
CMYK 0.000.420.05   0.09
XYZ55.593240.205973.9377
Yxy40.20590.32750.2369
Hunter Lab63.408145.5360-24.7500
CIE-Lab69.615949.1148-28.1781

#e988de color RGB value is (233,136,222).

#e988de hex color red value is 233, green value is 136 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e988de hue: 0.85 , saturation: 0.69 and the lightness value of e988de is 0.72.

The process color (four color CMYK) of #e988de color hex is 0.00, 0.42, 0.05, 0.09. Web safe color of #e988de is #ff99cc. Color #e988de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001000 11011110
Octal 351 210 336
Decimal 233 136 222
Hex E9 88 DE

RGB Percentages of Color #e988de

%39.42
%23.01
%37.56

CMYK Percentages of Color #e988de

%0
%42
%5
%9

Triadic Colors of #e988de

#e988de #dee988 #88dee9

Analogous Colors of #e988de

#e988de #e988ae #c488e9

Monochromatic Colors of #e988de

#e988de

Complementary Color

#e988de #88e993

#e988de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e988de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e988de Color CSS Codes

.mybgcolor {background-color:#e988de; } 
.myforecolor {color:#e988de; }
.mybordercolor {border:3px solid #e988de; }

#e988de Text Font Color

<p style="color:#e988de">Text here</p>

This sample text font color is #e988de
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.


#e988de Background Color

<div style="background-color:#e988de">
Div content here</div>

This div background color is #e988de


#e988de Border Color

<div style="border:3px solid #e988de">
Div here</div>

This div border color is #e988de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,136,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e988de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e988de;
  -webkit-box-shadow: 1px 1px 3px 2px #e988de;
  box-shadow:         1px 1px 3px 2px #e988de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,136,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e988de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e988de;
  -webkit-box-shadow: 1px 1px 3px 2px #e988de;
  box-shadow:         1px 1px 3px 2px #e988de;">
Div content here</div>

This div box has shadow with color #e988de


Comments

No comments written yet.

Please login to write comment.