Color Hex Logo

#e0a49e Color Hex

#E0A49E
(224,164,158)
0 Favorites   0 Comments

Color spaces of #e0a49e

RGB 224164158
HSL0.020.520.75
HSV29°88°
CMYK 0.000.270.29   0.12
XYZ50.187544.866838.3627
Yxy44.86680.37620.3363
Hunter Lab66.982716.523412.9310
CIE-Lab72.804121.354911.8525

#e0a49e color RGB value is (224,164,158).

#e0a49e hex color red value is 224, green value is 164 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #e0a49e hue: 0.02 , saturation: 0.52 and the lightness value of e0a49e is 0.75.

The process color (four color CMYK) of #e0a49e color hex is 0.00, 0.27, 0.29, 0.12. Web safe color of #e0a49e is #cc9999. Color #e0a49e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10100100 10011110
Octal 340 244 236
Decimal 224 164 158
Hex E0 A4 9E

RGB Percentages of Color #e0a49e

%41.03
%30.04
%28.94

CMYK Percentages of Color #e0a49e

%0
%27
%29
%12

Triadic Colors of #e0a49e

#e0a49e #9ee0a4 #a49ee0

Analogous Colors of #e0a49e

#e0a49e #e0c59e #e09eb9

Monochromatic Colors of #e0a49e

#e0a49e

Complementary Color

#e0a49e #9edae0

#e0a49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0a49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0a49e Color CSS Codes

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

#e0a49e Text Font Color

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

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


#e0a49e Background Color

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

This div background color is #e0a49e


#e0a49e Border Color

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

This div border color is #e0a49e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,164,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0a49e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0a49e;
  -webkit-box-shadow: 1px 1px 3px 2px #e0a49e;
  box-shadow:         1px 1px 3px 2px #e0a49e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,164,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0a49e


Comments

No comments written yet.

Please login to write comment.