Color Hex Logo

#86507f Color Hex

#86507F
(134,80,127)
0 Favorites   0 Comments

Color spaces of #86507f

RGB 13480127
HSL0.850.250.42
HSV308°40°53°
CMYK 0.000.400.05   0.47
XYZ16.530912.338021.5889
Yxy12.33800.32760.2445
Hunter Lab35.125522.5368-11.8531
CIE-Lab41.748330.1823-17.0576

#86507f color RGB value is (134,80,127).

#86507f hex color red value is 134, green value is 80 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #86507f hue: 0.85 , saturation: 0.25 and the lightness value of 86507f is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01010000 01111111
Octal 206 120 177
Decimal 134 80 127
Hex 86 50 7F

RGB Percentages of Color #86507f

%39.30
%23.46
%37.24

CMYK Percentages of Color #86507f

%0
%40
%5
%47

Triadic Colors of #86507f

#86507f #7f8650 #507f86

Analogous Colors of #86507f

#86507f #865064 #725086

Monochromatic Colors of #86507f

#86507f

Complementary Color

#86507f #508657

#86507f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86507f Color Preview on White Background

Lorem ipsum dolor sit amet.

#86507f Color CSS Codes

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

#86507f Text Font Color

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

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


#86507f Background Color

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

This div background color is #86507f


#86507f Border Color

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

This div border color is #86507f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86507f


Comments

No comments written yet.

Please login to write comment.