Color Hex Logo

#86717d Color Hex

#86717D
(134,113,125)
0 Favorites   0 Comments

Color spaces of #86717d

RGB 134113125
HSL0.900.090.48
HSV326°16°53°
CMYK 0.000.160.07   0.47
XYZ19.438318.359321.9212
Yxy18.35930.32550.3074
Hunter Lab42.84785.9947-0.3397
CIE-Lab49.929010.4077-3.5483

#86717d color RGB value is (134,113,125).

#86717d hex color red value is 134, green value is 113 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #86717d hue: 0.90 , saturation: 0.09 and the lightness value of 86717d is 0.48.

The process color (four color CMYK) of #86717d color hex is 0.00, 0.16, 0.07, 0.47. Web safe color of #86717d is #996666. Color #86717d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110001 01111101
Octal 206 161 175
Decimal 134 113 125
Hex 86 71 7D

RGB Percentages of Color #86717d

%36.02
%30.38
%33.60

CMYK Percentages of Color #86717d

%0
%16
%7
%47

Triadic Colors of #86717d

#86717d #7d8671 #717d86

Analogous Colors of #86717d

#86717d #867173 #857186

Monochromatic Colors of #86717d

#86717d

Complementary Color

#86717d #71867a

#86717d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86717d Color Preview on White Background

Lorem ipsum dolor sit amet.

#86717d Color CSS Codes

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

#86717d Text Font Color

<p style="color:#86717d">Text here</p>

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


#86717d Background Color

<div style="background-color:#86717d">
Div content here</div>

This div background color is #86717d


#86717d Border Color

<div style="border:3px solid #86717d">
Div here</div>

This div border color is #86717d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,113,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86717d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86717d;
  -webkit-box-shadow: 1px 1px 3px 2px #86717d;
  box-shadow:         1px 1px 3px 2px #86717d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86717d


Comments

No comments written yet.

Please login to write comment.