Color Hex Logo

#8e5221 Color Hex

#8E5221
(142,82,33)
0 Favorites   0 Comments

Color spaces of #8e5221

RGB 1428233
HSL0.070.620.34
HSV27°77°56°
CMYK 0.000.420.77   0.44
XYZ14.447111.89522.9734
Yxy11.89520.49280.4058
Hunter Lab34.489414.414519.0311
CIE-Lab41.049120.938738.1330

#8e5221 color RGB value is (142,82,33).

#8e5221 hex color red value is 142, green value is 82 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #8e5221 hue: 0.07 , saturation: 0.62 and the lightness value of 8e5221 is 0.34.

The process color (four color CMYK) of #8e5221 color hex is 0.00, 0.42, 0.77, 0.44. Web safe color of #8e5221 is #996633. Color #8e5221 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01010010 00100001
Octal 216 122 41
Decimal 142 82 33
Hex 8E 52 21

RGB Percentages of Color #8e5221

%55.25
%31.91
%12.84

CMYK Percentages of Color #8e5221

%0
%42
%77
%44

Triadic Colors of #8e5221

#8e5221 #218e52 #52218e

Analogous Colors of #8e5221

#8e5221 #8e8921 #8e2126

Monochromatic Colors of #8e5221

#8e5221

Complementary Color

#8e5221 #215d8e

#8e5221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e5221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e5221 Color CSS Codes

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

#8e5221 Text Font Color

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

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


#8e5221 Background Color

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

This div background color is #8e5221


#8e5221 Border Color

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

This div border color is #8e5221


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,82,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8e5221; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8e5221;
  -webkit-box-shadow: 1px 1px 3px 2px #8e5221;
  box-shadow:         1px 1px 3px 2px #8e5221; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e5221


Comments

No comments written yet.

Please login to write comment.