Color Hex Logo

#8a867a Color Hex

#8A867A
(138,134,122)
0 Favorites   0 Comments

Color spaces of #8a867a

RGB 138134122
HSL0.130.060.51
HSV45°12°54°
CMYK 0.000.030.12   0.46
XYZ22.519223.858621.8306
Yxy23.85860.33020.3498
Hunter Lab48.8453-3.18517.6930
CIE-Lab55.9459-0.72056.9874

#8a867a color RGB value is (138,134,122).

#8a867a hex color red value is 138, green value is 134 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #8a867a hue: 0.13 , saturation: 0.06 and the lightness value of 8a867a is 0.51.

The process color (four color CMYK) of #8a867a color hex is 0.00, 0.03, 0.12, 0.46. Web safe color of #8a867a is #999966. Color #8a867a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10000110 01111010
Octal 212 206 172
Decimal 138 134 122
Hex 8A 86 7A

RGB Percentages of Color #8a867a

%35.03
%34.01
%30.96

CMYK Percentages of Color #8a867a

%0
%3
%12
%46

Triadic Colors of #8a867a

#8a867a #7a8a86 #867a8a

Analogous Colors of #8a867a

#8a867a #868a7a #8a7e7a

Monochromatic Colors of #8a867a

#8a867a

Complementary Color

#8a867a #7a7e8a

#8a867a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a867a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a867a Color CSS Codes

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

#8a867a Text Font Color

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

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


#8a867a Background Color

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

This div background color is #8a867a


#8a867a Border Color

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

This div border color is #8a867a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a867a


Comments

No comments written yet.

Please login to write comment.