Color Hex Logo

#8a322a Color Hex

#8A322A
(138,50,42)
0 Favorites   0 Comments

Color spaces of #8a322a

RGB 1385042
HSL0.010.530.35
HSV70°54°
CMYK 0.000.640.70   0.46
XYZ12.03987.85163.0714
Yxy7.85160.52430.3419
Hunter Lab28.020727.660813.1156
CIE-Lab33.671937.006824.7592

#8a322a color RGB value is (138,50,42).

#8a322a hex color red value is 138, green value is 50 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #8a322a hue: 0.01 , saturation: 0.53 and the lightness value of 8a322a is 0.35.

The process color (four color CMYK) of #8a322a color hex is 0.00, 0.64, 0.70, 0.46. Web safe color of #8a322a is #993333. Color #8a322a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00110010 00101010
Octal 212 62 52
Decimal 138 50 42
Hex 8A 32 2A

RGB Percentages of Color #8a322a

%60.00
%21.74
%18.26

CMYK Percentages of Color #8a322a

%0
%64
%70
%46

Triadic Colors of #8a322a

#8a322a #2a8a32 #322a8a

Analogous Colors of #8a322a

#8a322a #8a622a #8a2a52

Monochromatic Colors of #8a322a

#8a322a

Complementary Color

#8a322a #2a828a

#8a322a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a322a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a322a Color CSS Codes

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

#8a322a Text Font Color

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

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


#8a322a Background Color

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

This div background color is #8a322a


#8a322a Border Color

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

This div border color is #8a322a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a322a


Comments

No comments written yet.

Please login to write comment.