Color Hex Logo

#e987aa Color Hex

#E987AA
(233,135,170)
0 Favorites   0 Comments

Color spaces of #e987aa

RGB 233135170
HSL0.940.690.72
HSV339°42°91°
CMYK 0.000.420.27   0.09
XYZ49.523937.553942.6686
Yxy37.55390.38170.2894
Hunter Lab61.281237.01111.6147
CIE-Lab67.690541.6070-2.0627

#e987aa color RGB value is (233,135,170).

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

The process color (four color CMYK) of #e987aa color hex is 0.00, 0.42, 0.27, 0.09. Web safe color of #e987aa is #ff9999. Color #e987aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10000111 10101010
Octal 351 207 252
Decimal 233 135 170
Hex E9 87 AA

RGB Percentages of Color #e987aa

%43.31
%25.09
%31.60

CMYK Percentages of Color #e987aa

%0
%42
%27
%9

Triadic Colors of #e987aa

#e987aa #aae987 #87aae9

Analogous Colors of #e987aa

#e987aa #e99587 #e987db

Monochromatic Colors of #e987aa

#e987aa

Complementary Color

#e987aa #87e9c6

#e987aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e987aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e987aa Color CSS Codes

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

#e987aa Text Font Color

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

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


#e987aa Background Color

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

This div background color is #e987aa


#e987aa Border Color

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

This div border color is #e987aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e987aa


Comments

No comments written yet.

Please login to write comment.