Color Hex Logo

#e8aabf Color Hex

#E8AABF
(232,170,191)
0 Favorites   0 Comments

Color spaces of #e8aabf

RGB 232170191
HSL0.940.570.79
HSV340°27°91°
CMYK 0.000.270.18   0.09
XYZ57.057449.666855.8696
Yxy49.66680.35090.3055
Hunter Lab70.474721.18572.3295
CIE-Lab75.864325.8215-1.7295

#e8aabf color RGB value is (232,170,191).

#e8aabf hex color red value is 232, green value is 170 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e8aabf hue: 0.94 , saturation: 0.57 and the lightness value of e8aabf is 0.79.

The process color (four color CMYK) of #e8aabf color hex is 0.00, 0.27, 0.18, 0.09. Web safe color of #e8aabf is #ff99cc. Color #e8aabf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101010 10111111
Octal 350 252 277
Decimal 232 170 191
Hex E8 AA BF

RGB Percentages of Color #e8aabf

%39.12
%28.67
%32.21

CMYK Percentages of Color #e8aabf

%0
%27
%18
%9

Triadic Colors of #e8aabf

#e8aabf #bfe8aa #aabfe8

Analogous Colors of #e8aabf

#e8aabf #e8b4aa #e8aade

Monochromatic Colors of #e8aabf

#e8aabf

Complementary Color

#e8aabf #aae8d3

#e8aabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8aabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8aabf Color CSS Codes

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

#e8aabf Text Font Color

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

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


#e8aabf Background Color

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

This div background color is #e8aabf


#e8aabf Border Color

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

This div border color is #e8aabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8aabf


Comments

No comments written yet.

Please login to write comment.