Color Hex Logo

#86647f Color Hex

#86647F
(134,100,127)
0 Favorites   0 Comments

Color spaces of #86647f

RGB 134100127
HSL0.870.150.46
HSV312°25°53°
CMYK 0.000.250.05   0.47
XYZ18.219515.715022.1517
Yxy15.71500.32480.2802
Hunter Lab39.642112.6647-5.3812
CIE-Lab46.598318.4739-9.7003

#86647f color RGB value is (134,100,127).

#86647f hex color red value is 134, green value is 100 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #86647f hue: 0.87 , saturation: 0.15 and the lightness value of 86647f is 0.46.

The process color (four color CMYK) of #86647f color hex is 0.00, 0.25, 0.05, 0.47. Web safe color of #86647f is #996666. Color #86647f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100100 01111111
Octal 206 144 177
Decimal 134 100 127
Hex 86 64 7F

RGB Percentages of Color #86647f

%37.12
%27.70
%35.18

CMYK Percentages of Color #86647f

%0
%25
%5
%47

Triadic Colors of #86647f

#86647f #7f8664 #647f86

Analogous Colors of #86647f

#86647f #86646e #7c6486

Monochromatic Colors of #86647f

#86647f

Complementary Color

#86647f #64866b

#86647f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86647f Color Preview on White Background

Lorem ipsum dolor sit amet.

#86647f Color CSS Codes

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

#86647f Text Font Color

<p style="color:#86647f">Text here</p>

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


#86647f Background Color

<div style="background-color:#86647f">
Div content here</div>

This div background color is #86647f


#86647f Border Color

<div style="border:3px solid #86647f">
Div here</div>

This div border color is #86647f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,100,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86647f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86647f;
  -webkit-box-shadow: 1px 1px 3px 2px #86647f;
  box-shadow:         1px 1px 3px 2px #86647f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86647f


Comments

No comments written yet.

Please login to write comment.