Color Hex Logo

#e8a872 Color Hex

#E8A872
(232,168,114)
0 Favorites   0 Comments

Color spaces of #e8a872

RGB 232168114
HSL0.080.720.68
HSV27°51°91°
CMYK 0.000.280.51   0.09
XYZ50.318646.376022.2190
Yxy46.37600.42320.3900
Hunter Lab68.099912.717628.3254
CIE-Lab73.788917.461937.0609

#e8a872 color RGB value is (232,168,114).

#e8a872 hex color red value is 232, green value is 168 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #e8a872 hue: 0.08 , saturation: 0.72 and the lightness value of e8a872 is 0.68.

The process color (four color CMYK) of #e8a872 color hex is 0.00, 0.28, 0.51, 0.09. Web safe color of #e8a872 is #ff9966. Color #e8a872 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101000 01110010
Octal 350 250 162
Decimal 232 168 114
Hex E8 A8 72

RGB Percentages of Color #e8a872

%45.14
%32.68
%22.18

CMYK Percentages of Color #e8a872

%0
%28
%51
%9

Triadic Colors of #e8a872

#e8a872 #72e8a8 #a872e8

Analogous Colors of #e8a872

#e8a872 #e8e372 #e87277

Monochromatic Colors of #e8a872

#e8a872

Complementary Color

#e8a872 #72b2e8

#e8a872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8a872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8a872 Color CSS Codes

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

#e8a872 Text Font Color

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

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


#e8a872 Background Color

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

This div background color is #e8a872


#e8a872 Border Color

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

This div border color is #e8a872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8a872


Comments

No comments written yet.

Please login to write comment.