Color Hex Logo

#8a606a Color Hex

#8A606A
(138,96,106)
0 Favorites   0 Comments

Color spaces of #8a606a

RGB 13896106
HSL0.960.180.46
HSV346°30°54°
CMYK 0.000.300.23   0.46
XYZ17.265614.809615.5842
Yxy14.80960.36230.3107
Hunter Lab38.483212.73882.9282
CIE-Lab45.372318.63671.1967

#8a606a color RGB value is (138,96,106).

#8a606a hex color red value is 138, green value is 96 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #8a606a hue: 0.96 , saturation: 0.18 and the lightness value of 8a606a is 0.46.

The process color (four color CMYK) of #8a606a color hex is 0.00, 0.30, 0.23, 0.46. Web safe color of #8a606a is #996666. Color #8a606a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 01100000 01101010
Octal 212 140 152
Decimal 138 96 106
Hex 8A 60 6A

RGB Percentages of Color #8a606a

%40.59
%28.24
%31.18

CMYK Percentages of Color #8a606a

%0
%30
%23
%46

Triadic Colors of #8a606a

#8a606a #6a8a60 #606a8a

Analogous Colors of #8a606a

#8a606a #8a6b60 #8a607f

Monochromatic Colors of #8a606a

#8a606a

Complementary Color

#8a606a #608a80

#8a606a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a606a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a606a Color CSS Codes

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

#8a606a Text Font Color

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

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


#8a606a Background Color

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

This div background color is #8a606a


#8a606a Border Color

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

This div border color is #8a606a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a606a


Comments

No comments written yet.

Please login to write comment.