Color Hex Logo

#e987dd Color Hex

#E987DD
(233,135,221)
0 Favorites   0 Comments

Color spaces of #e987dd

RGB 233135221
HSL0.850.690.72
HSV307°42°91°
CMYK 0.000.420.05   0.09
XYZ55.319439.872073.1870
Yxy39.87200.32850.2368
Hunter Lab63.144345.8777-24.5187
CIE-Lab69.378349.4517-27.9909

#e987dd color RGB value is (233,135,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10000111 11011101
Octal 351 207 335
Decimal 233 135 221
Hex E9 87 DD

RGB Percentages of Color #e987dd

%39.56
%22.92
%37.52

CMYK Percentages of Color #e987dd

%0
%42
%5
%9

Triadic Colors of #e987dd

#e987dd #dde987 #87dde9

Analogous Colors of #e987dd

#e987dd #e987ac #c487e9

Monochromatic Colors of #e987dd

#e987dd

Complementary Color

#e987dd #87e993

#e987dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e987dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e987dd Color CSS Codes

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

#e987dd Text Font Color

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

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


#e987dd Background Color

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

This div background color is #e987dd


#e987dd Border Color

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

This div border color is #e987dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,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 #e987dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e987dd


Comments

No comments written yet.

Please login to write comment.