Color Hex Logo

#e1a78e Color Hex

#E1A78E
(225,167,142)
0 Favorites   0 Comments

Color spaces of #e1a78e

RGB 225167142
HSL0.050.580.72
HSV18°37°88°
CMYK 0.000.260.37   0.12
XYZ49.752545.598031.7702
Yxy45.59800.39140.3587
Hunter Lab67.526313.345519.3733
CIE-Lab73.283918.115721.2849

#e1a78e color RGB value is (225,167,142).

#e1a78e hex color red value is 225, green value is 167 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #e1a78e hue: 0.05 , saturation: 0.58 and the lightness value of e1a78e is 0.72.

The process color (four color CMYK) of #e1a78e color hex is 0.00, 0.26, 0.37, 0.12. Web safe color of #e1a78e is #cc9999. Color #e1a78e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10100111 10001110
Octal 341 247 216
Decimal 225 167 142
Hex E1 A7 8E

RGB Percentages of Color #e1a78e

%42.13
%31.27
%26.59

CMYK Percentages of Color #e1a78e

%0
%26
%37
%12

Triadic Colors of #e1a78e

#e1a78e #8ee1a7 #a78ee1

Analogous Colors of #e1a78e

#e1a78e #e1d18e #e18e9f

Monochromatic Colors of #e1a78e

#e1a78e

Complementary Color

#e1a78e #8ec8e1

#e1a78e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1a78e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1a78e Color CSS Codes

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

#e1a78e Text Font Color

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

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


#e1a78e Background Color

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

This div background color is #e1a78e


#e1a78e Border Color

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

This div border color is #e1a78e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,167,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1a78e


Comments

No comments written yet.

Please login to write comment.