Color Hex Logo

#e7aaab Color Hex

#E7AAAB
(231,170,171)
0 Favorites   0 Comments

Color spaces of #e7aaab

RGB 231170171
HSL1.000.560.79
HSV359°26°91°
CMYK 0.000.260.26   0.09
XYZ54.680448.678645.0420
Yxy48.67860.36850.3280
Hunter Lab69.770117.797010.5627
CIE-Lab75.250922.52488.3076

#e7aaab color RGB value is (231,170,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10101010 10101011
Octal 347 252 253
Decimal 231 170 171
Hex E7 AA AB

RGB Percentages of Color #e7aaab

%40.38
%29.72
%29.90

CMYK Percentages of Color #e7aaab

%0
%26
%26
%9

Triadic Colors of #e7aaab

#e7aaab #abe7aa #aaabe7

Analogous Colors of #e7aaab

#e7aaab #e7c8aa #e7aaca

Monochromatic Colors of #e7aaab

#e7aaab

Complementary Color

#e7aaab #aae7e6

#e7aaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7aaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7aaab Color CSS Codes

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

#e7aaab Text Font Color

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

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


#e7aaab Background Color

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

This div background color is #e7aaab


#e7aaab Border Color

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

This div border color is #e7aaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7aaab


Comments

No comments written yet.

Please login to write comment.