Color Hex Logo

#86649f Color Hex

#86649F
(134,100,159)
0 Favorites   0 Comments

Color spaces of #86649f

RGB 134100159
HSL0.760.240.51
HSV275°37°62°
CMYK 0.160.370.00   0.38
XYZ20.646716.685934.9334
Yxy16.68590.28570.2309
Hunter Lab40.848418.7377-22.1108
CIE-Lab47.861825.3002-26.8103

#86649f color RGB value is (134,100,159).

#86649f hex color red value is 134, green value is 100 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #86649f hue: 0.76 , saturation: 0.24 and the lightness value of 86649f is 0.51.

The process color (four color CMYK) of #86649f color hex is 0.16, 0.37, 0.00, 0.38. Web safe color of #86649f is #996699. Color #86649f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100100 10011111
Octal 206 144 237
Decimal 134 100 159
Hex 86 64 9F

RGB Percentages of Color #86649f

%34.10
%25.45
%40.46

CMYK Percentages of Color #86649f

%16
%37
%0
%38

Triadic Colors of #86649f

#86649f #9f8664 #649f86

Analogous Colors of #86649f

#86649f #9f649b #69649f

Monochromatic Colors of #86649f

#86649f

Complementary Color

#86649f #7d9f64

#86649f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86649f Color Preview on White Background

Lorem ipsum dolor sit amet.

#86649f Color CSS Codes

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

#86649f Text Font Color

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

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


#86649f Background Color

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

This div background color is #86649f


#86649f Border Color

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

This div border color is #86649f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86649f


Comments

No comments written yet.

Please login to write comment.