Color Hex Logo

#e8a88a Color Hex

#E8A88A
(232,168,138)
2 Favorites   0 Comments

Color spaces of #e8a88a

RGB 232168138
HSL0.050.670.73
HSV19°41°91°
CMYK 0.000.280.41   0.09
XYZ51.868846.996030.3821
Yxy46.99600.40130.3636
Hunter Lab68.553615.087221.7110
CIE-Lab74.187219.856624.8031

#e8a88a color RGB value is (232,168,138).

#e8a88a hex color red value is 232, green value is 168 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #e8a88a hue: 0.05 , saturation: 0.67 and the lightness value of e8a88a is 0.73.

The process color (four color CMYK) of #e8a88a color hex is 0.00, 0.28, 0.41, 0.09. Web safe color of #e8a88a is #ff9999. Color #e8a88a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101000 10001010
Octal 350 250 212
Decimal 232 168 138
Hex E8 A8 8A

RGB Percentages of Color #e8a88a

%43.12
%31.23
%25.65

CMYK Percentages of Color #e8a88a

%0
%28
%41
%9

Triadic Colors of #e8a88a

#e8a88a #8ae8a8 #a88ae8

Analogous Colors of #e8a88a

#e8a88a #e8d78a #e88a9b

Monochromatic Colors of #e8a88a

#e8a88a

Complementary Color

#e8a88a #8acae8

#e8a88a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8a88a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8a88a Color CSS Codes

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

#e8a88a Text Font Color

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

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


#e8a88a Background Color

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

This div background color is #e8a88a


#e8a88a Border Color

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

This div border color is #e8a88a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,168,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e8a88a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e8a88a;
  -webkit-box-shadow: 1px 1px 3px 2px #e8a88a;
  box-shadow:         1px 1px 3px 2px #e8a88a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,168,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8a88a


Comments

No comments written yet.

Please login to write comment.