Color Hex Logo

#86319f Color Hex

#86319F
(134,49,159)
0 Favorites   0 Comments

Color spaces of #86319f

RGB 13449159
HSL0.800.530.41
HSV286°69°62°
CMYK 0.160.690.00   0.38
XYZ17.18789.768233.7804
Yxy9.76820.28300.1608
Hunter Lab31.254143.4691-42.2045
CIE-Lab37.423252.4743-43.2847

#86319f color RGB value is (134,49,159).

#86319f hex color red value is 134, green value is 49 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #86319f hue: 0.80 , saturation: 0.53 and the lightness value of 86319f is 0.41.

The process color (four color CMYK) of #86319f color hex is 0.16, 0.69, 0.00, 0.38. Web safe color of #86319f is #993399. Color #86319f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110001 10011111
Octal 206 61 237
Decimal 134 49 159
Hex 86 31 9F

RGB Percentages of Color #86319f

%39.18
%14.33
%46.49

CMYK Percentages of Color #86319f

%16
%69
%0
%38

Triadic Colors of #86319f

#86319f #9f8631 #319f86

Analogous Colors of #86319f

#86319f #9f3181 #4f319f

Monochromatic Colors of #86319f

#86319f

Complementary Color

#86319f #4a9f31

#86319f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86319f Color Preview on White Background

Lorem ipsum dolor sit amet.

#86319f Color CSS Codes

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

#86319f Text Font Color

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

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


#86319f Background Color

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

This div background color is #86319f


#86319f Border Color

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

This div border color is #86319f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86319f


Comments

No comments written yet.

Please login to write comment.