Color Hex Logo

#8a532a Color Hex

#8A532A
(138,83,42)
0 Favorites   0 Comments

Color spaces of #8a532a

RGB 1388342
HSL0.070.530.35
HSV26°70°54°
CMYK 0.000.400.70   0.46
XYZ13.992411.75703.7223
Yxy11.75700.47480.3989
Hunter Lab34.288512.837217.5655
CIE-Lab40.827319.065433.0677

#8a532a color RGB value is (138,83,42).

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

The process color (four color CMYK) of #8a532a color hex is 0.00, 0.40, 0.70, 0.46. Web safe color of #8a532a is #996633. Color #8a532a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 01010011 00101010
Octal 212 123 52
Decimal 138 83 42
Hex 8A 53 2A

RGB Percentages of Color #8a532a

%52.47
%31.56
%15.97

CMYK Percentages of Color #8a532a

%0
%40
%70
%46

Triadic Colors of #8a532a

#8a532a #2a8a53 #532a8a

Analogous Colors of #8a532a

#8a532a #8a832a #8a2a31

Monochromatic Colors of #8a532a

#8a532a

Complementary Color

#8a532a #2a618a

#8a532a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a532a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a532a Color CSS Codes

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

#8a532a Text Font Color

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

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


#8a532a Background Color

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

This div background color is #8a532a


#8a532a Border Color

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

This div border color is #8a532a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,83,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 #8a532a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a532a


Comments

No comments written yet.

Please login to write comment.