Color Hex Logo

#e5a47d Color Hex

#E5A47D
(229,164,125)
0 Favorites   0 Comments

Color spaces of #e5a47d

RGB 229164125
HSL0.060.670.69
HSV23°45°90°
CMYK 0.000.280.45   0.10
XYZ49.290244.689625.4301
Yxy44.68960.41280.3743
Hunter Lab66.850314.624024.2411
CIE-Lab72.687019.436529.7422

#e5a47d color RGB value is (229,164,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10100100 01111101
Octal 345 244 175
Decimal 229 164 125
Hex E5 A4 7D

RGB Percentages of Color #e5a47d

%44.21
%31.66
%24.13

CMYK Percentages of Color #e5a47d

%0
%28
%45
%10

Triadic Colors of #e5a47d

#e5a47d #7de5a4 #a47de5

Analogous Colors of #e5a47d

#e5a47d #e5d87d #e57d8a

Monochromatic Colors of #e5a47d

#e5a47d

Complementary Color

#e5a47d #7dbee5

#e5a47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5a47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5a47d Color CSS Codes

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

#e5a47d Text Font Color

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

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


#e5a47d Background Color

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

This div background color is #e5a47d


#e5a47d Border Color

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

This div border color is #e5a47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5a47d


Comments

No comments written yet.

Please login to write comment.