Color Hex Logo

#e7aabf Color Hex

#E7AABF
(231,170,191)
0 Favorites   0 Comments

Color spaces of #e7aabf

RGB 231170191
HSL0.940.560.79
HSV339°26°91°
CMYK 0.000.260.17   0.09
XYZ56.733749.500055.8545
Yxy49.50000.35000.3054
Hunter Lab70.356220.81502.1801
CIE-Lab75.761325.4662-1.8925

#e7aabf color RGB value is (231,170,191).

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

The process color (four color CMYK) of #e7aabf color hex is 0.00, 0.26, 0.17, 0.09. Web safe color of #e7aabf is #ff99cc. Color #e7aabf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10101010 10111111
Octal 347 252 277
Decimal 231 170 191
Hex E7 AA BF

RGB Percentages of Color #e7aabf

%39.02
%28.72
%32.26

CMYK Percentages of Color #e7aabf

%0
%26
%17
%9

Triadic Colors of #e7aabf

#e7aabf #bfe7aa #aabfe7

Analogous Colors of #e7aabf

#e7aabf #e7b4aa #e7aade

Monochromatic Colors of #e7aabf

#e7aabf

Complementary Color

#e7aabf #aae7d2

#e7aabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7aabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7aabf Color CSS Codes

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

#e7aabf Text Font Color

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

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


#e7aabf Background Color

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

This div background color is #e7aabf


#e7aabf Border Color

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

This div border color is #e7aabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7aabf


Comments

No comments written yet.

Please login to write comment.