Color Hex Logo

#e4a47d Color Hex

#E4A47D
(228,164,125)
0 Favorites   0 Comments

Color spaces of #e4a47d

RGB 228164125
HSL0.060.660.69
HSV23°45°89°
CMYK 0.000.280.45   0.11
XYZ48.972044.525625.4152
Yxy44.52560.41180.3744
Hunter Lab66.727514.229824.1269
CIE-Lab72.578419.038429.5790

#e4a47d color RGB value is (228,164,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10100100 01111101
Octal 344 244 175
Decimal 228 164 125
Hex E4 A4 7D

RGB Percentages of Color #e4a47d

%44.10
%31.72
%24.18

CMYK Percentages of Color #e4a47d

%0
%28
%45
%11

Triadic Colors of #e4a47d

#e4a47d #7de4a4 #a47de4

Analogous Colors of #e4a47d

#e4a47d #e4d87d #e47d8a

Monochromatic Colors of #e4a47d

#e4a47d

Complementary Color

#e4a47d #7dbde4

#e4a47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4a47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4a47d Color CSS Codes

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

#e4a47d Text Font Color

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

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


#e4a47d Background Color

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

This div background color is #e4a47d


#e4a47d Border Color

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

This div border color is #e4a47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4a47d


Comments

No comments written yet.

Please login to write comment.