Color Hex Logo

#8864ad Color Hex

#8864AD
(136,100,173)
0 Favorites   0 Comments

Color spaces of #8864ad

RGB 136100173
HSL0.750.310.54
HSV270°42°68°
CMYK 0.210.420.00   0.32
XYZ22.253317.365741.7142
Yxy17.36570.27360.2135
Hunter Lab41.672222.3942-30.1793
CIE-Lab48.717629.2138-33.6753

#8864ad color RGB value is (136,100,173).

#8864ad hex color red value is 136, green value is 100 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8864ad hue: 0.75 , saturation: 0.31 and the lightness value of 8864ad is 0.54.

The process color (four color CMYK) of #8864ad color hex is 0.21, 0.42, 0.00, 0.32. Web safe color of #8864ad is #996699. Color #8864ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100100 10101101
Octal 210 144 255
Decimal 136 100 173
Hex 88 64 AD

RGB Percentages of Color #8864ad

%33.25
%24.45
%42.30

CMYK Percentages of Color #8864ad

%21
%42
%0
%32

Triadic Colors of #8864ad

#8864ad #ad8864 #64ad88

Analogous Colors of #8864ad

#8864ad #ad64ad #6465ad

Monochromatic Colors of #8864ad

#8864ad

Complementary Color

#8864ad #89ad64

#8864ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8864ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8864ad Color CSS Codes

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

#8864ad Text Font Color

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

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


#8864ad Background Color

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

This div background color is #8864ad


#8864ad Border Color

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

This div border color is #8864ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,100,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8864ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8864ad;
  -webkit-box-shadow: 1px 1px 3px 2px #8864ad;
  box-shadow:         1px 1px 3px 2px #8864ad; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8864ad


Comments

No comments written yet.

Please login to write comment.