Color Hex Logo

#e887dd Color Hex

#E887DD
(232,135,221)
0 Favorites   0 Comments

Color spaces of #e887dd

RGB 232135221
HSL0.850.680.72
HSV307°42°91°
CMYK 0.000.420.05   0.09
XYZ54.993839.704273.1718
Yxy39.70420.32760.2365
Hunter Lab63.011345.5182-24.7426
CIE-Lab69.258349.1480-28.1856

#e887dd color RGB value is (232,135,221).

#e887dd hex color red value is 232, green value is 135 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e887dd hue: 0.85 , saturation: 0.68 and the lightness value of e887dd is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000111 11011101
Octal 350 207 335
Decimal 232 135 221
Hex E8 87 DD

RGB Percentages of Color #e887dd

%39.46
%22.96
%37.59

CMYK Percentages of Color #e887dd

%0
%42
%5
%9

Triadic Colors of #e887dd

#e887dd #dde887 #87dde8

Analogous Colors of #e887dd

#e887dd #e887ad #c387e8

Monochromatic Colors of #e887dd

#e887dd

Complementary Color

#e887dd #87e892

#e887dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e887dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e887dd Color CSS Codes

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

#e887dd Text Font Color

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

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


#e887dd Background Color

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

This div background color is #e887dd


#e887dd Border Color

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

This div border color is #e887dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,135,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e887dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e887dd;
  -webkit-box-shadow: 1px 1px 3px 2px #e887dd;
  box-shadow:         1px 1px 3px 2px #e887dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,135,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e887dd


Comments

No comments written yet.

Please login to write comment.