Color Hex Logo

#864faa Color Hex

#864FAA
(134,79,170)
0 Favorites   0 Comments

Color spaces of #864faa

RGB 13479170
HSL0.770.370.49
HSV276°54°67°
CMYK 0.210.540.00   0.33
XYZ19.883213.562639.6001
Yxy13.56260.27220.1857
Hunter Lab36.827431.9245-37.9746
CIE-Lab43.599039.9228-40.0038

#864faa color RGB value is (134,79,170).

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

The process color (four color CMYK) of #864faa color hex is 0.21, 0.54, 0.00, 0.33. Web safe color of #864faa is #996699. Color #864faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001111 10101010
Octal 206 117 252
Decimal 134 79 170
Hex 86 4F AA

RGB Percentages of Color #864faa

%34.99
%20.63
%44.39

CMYK Percentages of Color #864faa

%21
%54
%0
%33

Triadic Colors of #864faa

#864faa #aa864f #4faa86

Analogous Colors of #864faa

#864faa #aa4fa1 #594faa

Monochromatic Colors of #864faa

#864faa

Complementary Color

#864faa #73aa4f

#864faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#864faa Color CSS Codes

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

#864faa Text Font Color

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

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


#864faa Background Color

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

This div background color is #864faa


#864faa Border Color

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

This div border color is #864faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864faa


Comments

No comments written yet.

Please login to write comment.