Color Hex Logo

#86159d Color Hex

#86159D
(134,21,157)
0 Favorites   0 Comments

Color spaces of #86159d

RGB 13421157
HSL0.810.760.35
HSV290°87°62°
CMYK 0.150.870.00   0.38
XYZ16.18558.039032.5969
Yxy8.03900.28480.1415
Hunter Lab28.353152.2795-48.3171
CIE-Lab34.064061.3470-47.4764

#86159d color RGB value is (134,21,157).

#86159d hex color red value is 134, green value is 21 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #86159d hue: 0.81 , saturation: 0.76 and the lightness value of 86159d is 0.35.

The process color (four color CMYK) of #86159d color hex is 0.15, 0.87, 0.00, 0.38. Web safe color of #86159d is #990099. Color #86159d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00010101 10011101
Octal 206 25 235
Decimal 134 21 157
Hex 86 15 9D

RGB Percentages of Color #86159d

%42.95
%6.73
%50.32

CMYK Percentages of Color #86159d

%15
%87
%0
%38

Triadic Colors of #86159d

#86159d #9d8615 #159d86

Analogous Colors of #86159d

#86159d #9d1570 #42159d

Monochromatic Colors of #86159d

#86159d

Complementary Color

#86159d #2c9d15

#86159d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86159d Color Preview on White Background

Lorem ipsum dolor sit amet.

#86159d Color CSS Codes

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

#86159d Text Font Color

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

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


#86159d Background Color

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

This div background color is #86159d


#86159d Border Color

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

This div border color is #86159d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86159d


Comments

No comments written yet.

Please login to write comment.