Color Hex Logo

#86529d Color Hex

#86529D
(134,82,157)
0 Favorites   0 Comments

Color spaces of #86529d

RGB 13482157
HSL0.780.310.47
HSV282°48°62°
CMYK 0.150.480.00   0.38
XYZ18.934613.537233.5133
Yxy13.53720.28700.2052
Hunter Lab36.792927.4731-28.2500
CIE-Lab43.561835.2860-32.3431

#86529d color RGB value is (134,82,157).

#86529d hex color red value is 134, green value is 82 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #86529d hue: 0.78 , saturation: 0.31 and the lightness value of 86529d is 0.47.

The process color (four color CMYK) of #86529d color hex is 0.15, 0.48, 0.00, 0.38. Web safe color of #86529d is #996699. Color #86529d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01010010 10011101
Octal 206 122 235
Decimal 134 82 157
Hex 86 52 9D

RGB Percentages of Color #86529d

%35.92
%21.98
%42.09

CMYK Percentages of Color #86529d

%15
%48
%0
%38

Triadic Colors of #86529d

#86529d #9d8652 #529d86

Analogous Colors of #86529d

#86529d #9d528f #61529d

Monochromatic Colors of #86529d

#86529d

Complementary Color

#86529d #699d52

#86529d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86529d Color Preview on White Background

Lorem ipsum dolor sit amet.

#86529d Color CSS Codes

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

#86529d Text Font Color

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

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


#86529d Background Color

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

This div background color is #86529d


#86529d Border Color

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

This div border color is #86529d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86529d

#86529d Color Palettes


Comments

No comments written yet.

Please login to write comment.