Color Hex Logo

#86585b Color Hex

#86585B
(134,88,91)
0 Favorites   0 Comments

Color spaces of #86585b

RGB 1348891
HSL0.990.210.44
HSV356°34°53°
CMYK 0.000.340.32   0.47
XYZ15.209612.803111.5671
Yxy12.80310.38430.3235
Hunter Lab35.781413.25755.8802
CIE-Lab42.465119.44966.0797

#86585b color RGB value is (134,88,91).

#86585b hex color red value is 134, green value is 88 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #86585b hue: 0.99 , saturation: 0.21 and the lightness value of 86585b is 0.44.

The process color (four color CMYK) of #86585b color hex is 0.00, 0.34, 0.32, 0.47. Web safe color of #86585b is #996666. Color #86585b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011000 01011011
Octal 206 130 133
Decimal 134 88 91
Hex 86 58 5B

RGB Percentages of Color #86585b

%42.81
%28.12
%29.07

CMYK Percentages of Color #86585b

%0
%34
%32
%47

Triadic Colors of #86585b

#86585b #5b8658 #585b86

Analogous Colors of #86585b

#86585b #866c58 #865872

Monochromatic Colors of #86585b

#86585b

Complementary Color

#86585b #588683

#86585b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86585b Color Preview on White Background

Lorem ipsum dolor sit amet.

#86585b Color CSS Codes

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

#86585b Text Font Color

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

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


#86585b Background Color

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

This div background color is #86585b


#86585b Border Color

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

This div border color is #86585b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86585b


Comments

No comments written yet.

Please login to write comment.