Color Hex Logo

#86576a Color Hex

#86576A
(134,87,106)
0 Favorites   0 Comments

Color spaces of #86576a

RGB 13487106
HSL0.930.210.43
HSV336°35°53°
CMYK 0.000.350.21   0.47
XYZ15.841212.925315.2956
Yxy12.92530.35950.2933
Hunter Lab35.951815.7357-0.0586
CIE-Lab42.650522.3570-2.8463

#86576a color RGB value is (134,87,106).

#86576a hex color red value is 134, green value is 87 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #86576a hue: 0.93 , saturation: 0.21 and the lightness value of 86576a is 0.43.

The process color (four color CMYK) of #86576a color hex is 0.00, 0.35, 0.21, 0.47. Web safe color of #86576a is #996666. Color #86576a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01010111 01101010
Octal 206 127 152
Decimal 134 87 106
Hex 86 57 6A

RGB Percentages of Color #86576a

%40.98
%26.61
%32.42

CMYK Percentages of Color #86576a

%0
%35
%21
%47

Triadic Colors of #86576a

#86576a #6a8657 #576a86

Analogous Colors of #86576a

#86576a #865c57 #865782

Monochromatic Colors of #86576a

#86576a

Complementary Color

#86576a #578673

#86576a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86576a Color Preview on White Background

Lorem ipsum dolor sit amet.

#86576a Color CSS Codes

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

#86576a Text Font Color

<p style="color:#86576a">Text here</p>

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


#86576a Background Color

<div style="background-color:#86576a">
Div content here</div>

This div background color is #86576a


#86576a Border Color

<div style="border:3px solid #86576a">
Div here</div>

This div border color is #86576a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,87,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86576a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86576a;
  -webkit-box-shadow: 1px 1px 3px 2px #86576a;
  box-shadow:         1px 1px 3px 2px #86576a; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86576a


Comments

No comments written yet.

Please login to write comment.