Color Hex Logo

#864aaa Color Hex

#864AAA
(134,74,170)
0 Favorites   0 Comments

Color spaces of #864aaa

RGB 13474170
HSL0.770.390.48
HSV278°56°67°
CMYK 0.210.560.00   0.33
XYZ19.536012.868239.4844
Yxy12.86820.27180.1790
Hunter Lab35.872334.4344-40.1496
CIE-Lab42.564042.6463-41.6492

#864aaa color RGB value is (134,74,170).

#864aaa hex color red value is 134, green value is 74 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #864aaa hue: 0.77 , saturation: 0.39 and the lightness value of 864aaa is 0.48.

The process color (four color CMYK) of #864aaa color hex is 0.21, 0.56, 0.00, 0.33. Web safe color of #864aaa is #993399. Color #864aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001010 10101010
Octal 206 112 252
Decimal 134 74 170
Hex 86 4A AA

RGB Percentages of Color #864aaa

%35.45
%19.58
%44.97

CMYK Percentages of Color #864aaa

%21
%56
%0
%33

Triadic Colors of #864aaa

#864aaa #aa864a #4aaa86

Analogous Colors of #864aaa

#864aaa #aa4a9e #564aaa

Monochromatic Colors of #864aaa

#864aaa

Complementary Color

#864aaa #6eaa4a

#864aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#864aaa Color CSS Codes

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

#864aaa Text Font Color

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

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


#864aaa Background Color

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

This div background color is #864aaa


#864aaa Border Color

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

This div border color is #864aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,74,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #864aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #864aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #864aaa;
  box-shadow:         1px 1px 3px 2px #864aaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864aaa


Comments

No comments written yet.

Please login to write comment.