Color Hex Logo

#8e503f Color Hex

#8E503F
(142,80,63)
1 Favorites   0 Comments

Color spaces of #8e503f

RGB 1428063
HSL0.040.390.40
HSV13°56°56°
CMYK 0.000.440.56   0.44
XYZ14.921211.84706.2029
Yxy11.84700.45260.3593
Hunter Lab34.419517.147513.4087
CIE-Lab40.971924.158921.2716

#8e503f color RGB value is (142,80,63).

#8e503f hex color red value is 142, green value is 80 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #8e503f hue: 0.04 , saturation: 0.39 and the lightness value of 8e503f is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 01010000 00111111
Octal 216 120 77
Decimal 142 80 63
Hex 8E 50 3F

RGB Percentages of Color #8e503f

%49.82
%28.07
%22.11

CMYK Percentages of Color #8e503f

%0
%44
%56
%44

Triadic Colors of #8e503f

#8e503f #3f8e50 #503f8e

Analogous Colors of #8e503f

#8e503f #8e783f #8e3f56

Monochromatic Colors of #8e503f

#8e503f

Complementary Color

#8e503f #3f7d8e

#8e503f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e503f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e503f Color CSS Codes

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

#8e503f Text Font Color

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

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


#8e503f Background Color

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

This div background color is #8e503f


#8e503f Border Color

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

This div border color is #8e503f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e503f


Comments

No comments written yet.

Please login to write comment.