Color Hex Logo

#8a626b Color Hex

#8A626B
(138,98,107)
0 Favorites   0 Comments

Color spaces of #8a626b

RGB 13898107
HSL0.960.170.46
HSV347°29°54°
CMYK 0.000.290.22   0.46
XYZ17.502815.200215.9213
Yxy15.20020.36000.3126
Hunter Lab38.987411.90683.0789
CIE-Lab45.907217.62211.3700

#8a626b color RGB value is (138,98,107).

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

The process color (four color CMYK) of #8a626b color hex is 0.00, 0.29, 0.22, 0.46. Web safe color of #8a626b is #996666. Color #8a626b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 01100010 01101011
Octal 212 142 153
Decimal 138 98 107
Hex 8A 62 6B

RGB Percentages of Color #8a626b

%40.23
%28.57
%31.20

CMYK Percentages of Color #8a626b

%0
%29
%22
%46

Triadic Colors of #8a626b

#8a626b #6b8a62 #626b8a

Analogous Colors of #8a626b

#8a626b #8a6d62 #8a627f

Monochromatic Colors of #8a626b

#8a626b

Complementary Color

#8a626b #628a81

#8a626b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a626b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a626b Color CSS Codes

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

#8a626b Text Font Color

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

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


#8a626b Background Color

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

This div background color is #8a626b


#8a626b Border Color

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

This div border color is #8a626b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a626b


Comments

No comments written yet.

Please login to write comment.