Color Hex Logo

#86309e Color Hex

#86309E
(134,48,158)
0 Favorites   0 Comments

Color spaces of #86309e

RGB 13448158
HSL0.800.530.40
HSV287°70°62°
CMYK 0.150.700.00   0.38
XYZ17.06009.650933.3114
Yxy9.65090.28420.1608
Hunter Lab31.065943.6589-41.8295
CIE-Lab37.208452.6972-43.0254

#86309e color RGB value is (134,48,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110000 10011110
Octal 206 60 236
Decimal 134 48 158
Hex 86 30 9E

RGB Percentages of Color #86309e

%39.41
%14.12
%46.47

CMYK Percentages of Color #86309e

%15
%70
%0
%38

Triadic Colors of #86309e

#86309e #9e8630 #309e86

Analogous Colors of #86309e

#86309e #9e307f #4f309e

Monochromatic Colors of #86309e

#86309e

Complementary Color

#86309e #489e30

#86309e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86309e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86309e Color CSS Codes

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

#86309e Text Font Color

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

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


#86309e Background Color

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

This div background color is #86309e


#86309e Border Color

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

This div border color is #86309e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86309e


Comments

No comments written yet.

Please login to write comment.