Color Hex Logo

#864696 Color Hex

#864696
(134,70,150)
0 Favorites   0 Comments

Color spaces of #864696

RGB 13470150
HSL0.800.360.43
HSV288°53°59°
CMYK 0.110.530.00   0.41
XYZ17.526711.650730.1792
Yxy11.65070.29530.1963
Hunter Lab34.133131.9233-28.5288
CIE-Lab40.655540.3881-32.7186

#864696 color RGB value is (134,70,150).

#864696 hex color red value is 134, green value is 70 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #864696 hue: 0.80 , saturation: 0.36 and the lightness value of 864696 is 0.43.

The process color (four color CMYK) of #864696 color hex is 0.11, 0.53, 0.00, 0.41. Web safe color of #864696 is #993399. Color #864696 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01000110 10010110
Octal 206 106 226
Decimal 134 70 150
Hex 86 46 96

RGB Percentages of Color #864696

%37.85
%19.77
%42.37

CMYK Percentages of Color #864696

%11
%53
%0
%41

Triadic Colors of #864696

#864696 #968646 #469686

Analogous Colors of #864696

#864696 #96467e #5e4696

Monochromatic Colors of #864696

#864696

Complementary Color

#864696 #569646

#864696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#864696 Color CSS Codes

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

#864696 Text Font Color

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

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


#864696 Background Color

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

This div background color is #864696


#864696 Border Color

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

This div border color is #864696


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,70,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #864696; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #864696;
  -webkit-box-shadow: 1px 1px 3px 2px #864696;
  box-shadow:         1px 1px 3px 2px #864696; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864696


Comments

No comments written yet.

Please login to write comment.