Color Hex Logo

#864ead Color Hex

#864EAD
(134,78,173)
0 Favorites   0 Comments

Color spaces of #864ead

RGB 13478173
HSL0.760.380.49
HSV275°55°68°
CMYK 0.230.550.00   0.32
XYZ20.098713.534241.0882
Yxy13.53420.26900.1811
Hunter Lab36.788933.1386-40.4667
CIE-Lab43.557441.1707-41.8419

#864ead color RGB value is (134,78,173).

#864ead hex color red value is 134, green value is 78 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #864ead hue: 0.76 , saturation: 0.38 and the lightness value of 864ead is 0.49.

The process color (four color CMYK) of #864ead color hex is 0.23, 0.55, 0.00, 0.32. Web safe color of #864ead is #996699. Color #864ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001110 10101101
Octal 206 116 255
Decimal 134 78 173
Hex 86 4E AD

RGB Percentages of Color #864ead

%34.81
%20.26
%44.94

CMYK Percentages of Color #864ead

%23
%55
%0
%32

Triadic Colors of #864ead

#864ead #ad864e #4ead86

Analogous Colors of #864ead

#864ead #ad4ea5 #564ead

Monochromatic Colors of #864ead

#864ead

Complementary Color

#864ead #75ad4e

#864ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#864ead Color CSS Codes

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

#864ead Text Font Color

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

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


#864ead Background Color

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

This div background color is #864ead


#864ead Border Color

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

This div border color is #864ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864ead


Comments

No comments written yet.

Please login to write comment.