Color Hex Logo

#e1a8aa Color Hex

#E1A8AA
(225,168,170)
0 Favorites   0 Comments

Color spaces of #e1a8aa

RGB 225168170
HSL0.990.490.77
HSV358°25°88°
CMYK 0.000.250.24   0.12
XYZ52.309746.915144.3287
Yxy46.91510.36440.3268
Hunter Lab68.494616.45599.5746
CIE-Lab74.135421.23437.1752

#e1a8aa color RGB value is (225,168,170).

#e1a8aa hex color red value is 225, green value is 168 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e1a8aa hue: 0.99 , saturation: 0.49 and the lightness value of e1a8aa is 0.77.

The process color (four color CMYK) of #e1a8aa color hex is 0.00, 0.25, 0.24, 0.12. Web safe color of #e1a8aa is #cc9999. Color #e1a8aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101000 10101010
Octal 341 250 252
Decimal 225 168 170
Hex E1 A8 AA

RGB Percentages of Color #e1a8aa

%39.96
%29.84
%30.20

CMYK Percentages of Color #e1a8aa

%0
%25
%24
%12

Triadic Colors of #e1a8aa

#e1a8aa #aae1a8 #a8aae1

Analogous Colors of #e1a8aa

#e1a8aa #e1c3a8 #e1a8c7

Monochromatic Colors of #e1a8aa

#e1a8aa

Complementary Color

#e1a8aa #a8e1df

#e1a8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1a8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1a8aa Color CSS Codes

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

#e1a8aa Text Font Color

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

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


#e1a8aa Background Color

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

This div background color is #e1a8aa


#e1a8aa Border Color

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

This div border color is #e1a8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1a8aa


Comments

No comments written yet.

Please login to write comment.