Color Hex Logo

#86209b Color Hex

#86209B
(134,32,155)
0 Favorites   0 Comments

Color spaces of #86209b

RGB 13432155
HSL0.800.660.37
HSV290°79°61°
CMYK 0.140.790.00   0.39
XYZ16.26448.467931.7876
Yxy8.46790.28780.1498
Hunter Lab29.099748.8429-44.3969
CIE-Lab34.938958.0252-44.8513

#86209b color RGB value is (134,32,155).

#86209b hex color red value is 134, green value is 32 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #86209b hue: 0.80 , saturation: 0.66 and the lightness value of 86209b is 0.37.

The process color (four color CMYK) of #86209b color hex is 0.14, 0.79, 0.00, 0.39. Web safe color of #86209b is #993399. Color #86209b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00100000 10011011
Octal 206 40 233
Decimal 134 32 155
Hex 86 20 9B

RGB Percentages of Color #86209b

%41.74
%9.97
%48.29

CMYK Percentages of Color #86209b

%14
%79
%0
%39

Triadic Colors of #86209b

#86209b #9b8620 #209b86

Analogous Colors of #86209b

#86209b #9b2073 #49209b

Monochromatic Colors of #86209b

#86209b

Complementary Color

#86209b #359b20

#86209b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86209b Color Preview on White Background

Lorem ipsum dolor sit amet.

#86209b Color CSS Codes

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

#86209b Text Font Color

<p style="color:#86209b">Text here</p>

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


#86209b Background Color

<div style="background-color:#86209b">
Div content here</div>

This div background color is #86209b


#86209b Border Color

<div style="border:3px solid #86209b">
Div here</div>

This div border color is #86209b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,32,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86209b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86209b;
  -webkit-box-shadow: 1px 1px 3px 2px #86209b;
  box-shadow:         1px 1px 3px 2px #86209b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86209b


Comments

No comments written yet.

Please login to write comment.