Color Hex Logo

#86509a Color Hex

#86509A
(134,80,154)
0 Favorites   0 Comments

Color spaces of #86509a

RGB 13480154
HSL0.790.320.46
HSV284°48°60°
CMYK 0.130.480.00   0.40
XYZ18.532913.138732.1311
Yxy13.13870.29050.2059
Hunter Lab36.247327.8324-27.1839
CIE-Lab42.971535.7504-31.4783

#86509a color RGB value is (134,80,154).

#86509a hex color red value is 134, green value is 80 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #86509a hue: 0.79 , saturation: 0.32 and the lightness value of 86509a is 0.46.

The process color (four color CMYK) of #86509a color hex is 0.13, 0.48, 0.00, 0.40. Web safe color of #86509a is #996699. Color #86509a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01010000 10011010
Octal 206 120 232
Decimal 134 80 154
Hex 86 50 9A

RGB Percentages of Color #86509a

%36.41
%21.74
%41.85

CMYK Percentages of Color #86509a

%13
%48
%0
%40

Triadic Colors of #86509a

#86509a #9a8650 #509a86

Analogous Colors of #86509a

#86509a #9a5089 #61509a

Monochromatic Colors of #86509a

#86509a

Complementary Color

#86509a #649a50

#86509a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86509a Color Preview on White Background

Lorem ipsum dolor sit amet.

#86509a Color CSS Codes

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

#86509a Text Font Color

<p style="color:#86509a">Text here</p>

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


#86509a Background Color

<div style="background-color:#86509a">
Div content here</div>

This div background color is #86509a


#86509a Border Color

<div style="border:3px solid #86509a">
Div here</div>

This div border color is #86509a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,80,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86509a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86509a;
  -webkit-box-shadow: 1px 1px 3px 2px #86509a;
  box-shadow:         1px 1px 3px 2px #86509a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86509a


Comments

No comments written yet.

Please login to write comment.