Color Hex Logo

#86519c Color Hex

#86519C
(134,81,156)
0 Favorites   0 Comments

Color spaces of #86519c

RGB 13481156
HSL0.780.320.46
HSV282°48°61°
CMYK 0.140.480.00   0.39
XYZ18.774713.353533.0404
Yxy13.35350.28810.2049
Hunter Lab36.542427.7601-28.0282
CIE-Lab43.291135.6282-32.1716

#86519c color RGB value is (134,81,156).

#86519c hex color red value is 134, green value is 81 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #86519c hue: 0.78 , saturation: 0.32 and the lightness value of 86519c is 0.46.

The process color (four color CMYK) of #86519c color hex is 0.14, 0.48, 0.00, 0.39. Web safe color of #86519c is #996699. Color #86519c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01010001 10011100
Octal 206 121 234
Decimal 134 81 156
Hex 86 51 9C

RGB Percentages of Color #86519c

%36.12
%21.83
%42.05

CMYK Percentages of Color #86519c

%14
%48
%0
%39

Triadic Colors of #86519c

#86519c #9c8651 #519c86

Analogous Colors of #86519c

#86519c #9c518d #61519c

Monochromatic Colors of #86519c

#86519c

Complementary Color

#86519c #679c51

#86519c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86519c Color Preview on White Background

Lorem ipsum dolor sit amet.

#86519c Color CSS Codes

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

#86519c Text Font Color

<p style="color:#86519c">Text here</p>

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


#86519c Background Color

<div style="background-color:#86519c">
Div content here</div>

This div background color is #86519c


#86519c Border Color

<div style="border:3px solid #86519c">
Div here</div>

This div border color is #86519c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,81,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86519c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86519c;
  -webkit-box-shadow: 1px 1px 3px 2px #86519c;
  box-shadow:         1px 1px 3px 2px #86519c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86519c


Comments

No comments written yet.

Please login to write comment.