Color Hex Logo

#86626b Color Hex

#86626B
(134,98,107)
0 Favorites   0 Comments

Color spaces of #86626b

RGB 13498107
HSL0.960.160.45
HSV345°27°53°
CMYK 0.000.270.20   0.47
XYZ16.853014.865215.8909
Yxy14.86520.35400.3122
Hunter Lab38.555410.55242.5520
CIE-Lab45.449016.03220.6471

#86626b color RGB value is (134,98,107).

#86626b hex color red value is 134, green value is 98 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #86626b hue: 0.96 , saturation: 0.16 and the lightness value of 86626b is 0.45.

The process color (four color CMYK) of #86626b color hex is 0.00, 0.27, 0.20, 0.47. Web safe color of #86626b is #996666. Color #86626b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100010 01101011
Octal 206 142 153
Decimal 134 98 107
Hex 86 62 6B

RGB Percentages of Color #86626b

%39.53
%28.91
%31.56

CMYK Percentages of Color #86626b

%0
%27
%20
%47

Triadic Colors of #86626b

#86626b #6b8662 #626b86

Analogous Colors of #86626b

#86626b #866b62 #86627d

Monochromatic Colors of #86626b

#86626b

Complementary Color

#86626b #62867d

#86626b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86626b Color Preview on White Background

Lorem ipsum dolor sit amet.

#86626b Color CSS Codes

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

#86626b Text Font Color

<p style="color:#86626b">Text here</p>

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


#86626b Background Color

<div style="background-color:#86626b">
Div content here</div>

This div background color is #86626b


#86626b Border Color

<div style="border:3px solid #86626b">
Div here</div>

This div border color is #86626b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,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 #86626b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86626b


Comments

No comments written yet.

Please login to write comment.