Color Hex Logo

#86339e Color Hex

#86339E
(134,51,158)
0 Favorites   0 Comments

Color spaces of #86339e

RGB 13451158
HSL0.800.510.41
HSV287°68°62°
CMYK 0.150.680.00   0.38
XYZ17.18699.904633.3537
Yxy9.90460.28430.1639
Hunter Lab31.471642.4051-40.8057
CIE-Lab37.670751.4025-42.2855

#86339e color RGB value is (134,51,158).

#86339e hex color red value is 134, green value is 51 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #86339e hue: 0.80 , saturation: 0.51 and the lightness value of 86339e is 0.41.

The process color (four color CMYK) of #86339e color hex is 0.15, 0.68, 0.00, 0.38. Web safe color of #86339e is #993399. Color #86339e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110011 10011110
Octal 206 63 236
Decimal 134 51 158
Hex 86 33 9E

RGB Percentages of Color #86339e

%39.07
%14.87
%46.06

CMYK Percentages of Color #86339e

%15
%68
%0
%38

Triadic Colors of #86339e

#86339e #9e8633 #339e86

Analogous Colors of #86339e

#86339e #9e3381 #51339e

Monochromatic Colors of #86339e

#86339e

Complementary Color

#86339e #4b9e33

#86339e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86339e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86339e Color CSS Codes

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

#86339e Text Font Color

<p style="color:#86339e">Text here</p>

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


#86339e Background Color

<div style="background-color:#86339e">
Div content here</div>

This div background color is #86339e


#86339e Border Color

<div style="border:3px solid #86339e">
Div here</div>

This div border color is #86339e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,51,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86339e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86339e;
  -webkit-box-shadow: 1px 1px 3px 2px #86339e;
  box-shadow:         1px 1px 3px 2px #86339e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86339e


Comments

No comments written yet.

Please login to write comment.