Color Hex Logo

#e5a47e Color Hex

#E5A47E
(229,164,126)
0 Favorites   0 Comments

Color spaces of #e5a47e

RGB 229164126
HSL0.060.660.70
HSV22°45°90°
CMYK 0.000.280.45   0.10
XYZ49.354544.715325.7683
Yxy44.71530.41180.3731
Hunter Lab66.869514.724223.9611
CIE-Lab72.704019.537929.2279

#e5a47e color RGB value is (229,164,126).

#e5a47e hex color red value is 229, green value is 164 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #e5a47e hue: 0.06 , saturation: 0.66 and the lightness value of e5a47e is 0.70.

The process color (four color CMYK) of #e5a47e color hex is 0.00, 0.28, 0.45, 0.10. Web safe color of #e5a47e is #cc9966. Color #e5a47e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10100100 01111110
Octal 345 244 176
Decimal 229 164 126
Hex E5 A4 7E

RGB Percentages of Color #e5a47e

%44.12
%31.60
%24.28

CMYK Percentages of Color #e5a47e

%0
%28
%45
%10

Triadic Colors of #e5a47e

#e5a47e #7ee5a4 #a47ee5

Analogous Colors of #e5a47e

#e5a47e #e5d87e #e57e8c

Monochromatic Colors of #e5a47e

#e5a47e

Complementary Color

#e5a47e #7ebfe5

#e5a47e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5a47e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5a47e Color CSS Codes

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

#e5a47e Text Font Color

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

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


#e5a47e Background Color

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

This div background color is #e5a47e


#e5a47e Border Color

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

This div border color is #e5a47e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5a47e


Comments

No comments written yet.

Please login to write comment.