Color Hex Logo

#8e322d Color Hex

#8E322D
(142,50,45)
0 Favorites   0 Comments

Color spaces of #8e322d

RGB 1425045
HSL0.010.520.37
HSV68°56°
CMYK 0.000.650.68   0.44
XYZ12.76968.22143.3965
Yxy8.22140.52360.3371
Hunter Lab28.673029.317813.0478
CIE-Lab34.439838.671424.0067

#8e322d color RGB value is (142,50,45).

#8e322d hex color red value is 142, green value is 50 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #8e322d hue: 0.01 , saturation: 0.52 and the lightness value of 8e322d is 0.37.

The process color (four color CMYK) of #8e322d color hex is 0.00, 0.65, 0.68, 0.44. Web safe color of #8e322d is #993333. Color #8e322d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 00110010 00101101
Octal 216 62 55
Decimal 142 50 45
Hex 8E 32 2D

RGB Percentages of Color #8e322d

%59.92
%21.10
%18.99

CMYK Percentages of Color #8e322d

%0
%65
%68
%44

Triadic Colors of #8e322d

#8e322d #2d8e32 #322d8e

Analogous Colors of #8e322d

#8e322d #8e632d #8e2d59

Monochromatic Colors of #8e322d

#8e322d

Complementary Color

#8e322d #2d898e

#8e322d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e322d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e322d Color CSS Codes

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

#8e322d Text Font Color

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

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


#8e322d Background Color

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

This div background color is #8e322d


#8e322d Border Color

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

This div border color is #8e322d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e322d


Comments

No comments written yet.

Please login to write comment.