Color Hex Logo

#e787aa Color Hex

#E787AA
(231,135,170)
0 Favorites   0 Comments

Color spaces of #e787aa

RGB 231135170
HSL0.940.670.72
HSV338°42°91°
CMYK 0.000.420.26   0.09
XYZ48.874737.219142.6382
Yxy37.21910.37970.2891
Hunter Lab61.007536.23811.2674
CIE-Lab67.441140.9164-2.4580

#e787aa color RGB value is (231,135,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000111 10101010
Octal 347 207 252
Decimal 231 135 170
Hex E7 87 AA

RGB Percentages of Color #e787aa

%43.10
%25.19
%31.72

CMYK Percentages of Color #e787aa

%0
%42
%26
%9

Triadic Colors of #e787aa

#e787aa #aae787 #87aae7

Analogous Colors of #e787aa

#e787aa #e79487 #e787da

Monochromatic Colors of #e787aa

#e787aa

Complementary Color

#e787aa #87e7c4

#e787aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e787aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e787aa Color CSS Codes

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

#e787aa Text Font Color

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

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


#e787aa Background Color

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

This div background color is #e787aa


#e787aa Border Color

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

This div border color is #e787aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e787aa

#e787aa Color Palettes


Comments

No comments written yet.

Please login to write comment.