Color Hex Logo

#8964ac Color Hex

#8964AC
(137,100,172)
0 Favorites   0 Comments

Color spaces of #8964ac

RGB 137100172
HSL0.750.300.53
HSV271°42°67°
CMYK 0.200.420.00   0.33
XYZ22.320117.411341.2140
Yxy17.41130.27570.2151
Hunter Lab41.726822.4594-29.3525
CIE-Lab48.774129.2779-32.9948

#8964ac color RGB value is (137,100,172).

#8964ac hex color red value is 137, green value is 100 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8964ac hue: 0.75 , saturation: 0.30 and the lightness value of 8964ac is 0.53.

The process color (four color CMYK) of #8964ac color hex is 0.20, 0.42, 0.00, 0.33. Web safe color of #8964ac is #996699. Color #8964ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100100 10101100
Octal 211 144 254
Decimal 137 100 172
Hex 89 64 AC

RGB Percentages of Color #8964ac

%33.50
%24.45
%42.05

CMYK Percentages of Color #8964ac

%20
%42
%0
%33

Triadic Colors of #8964ac

#8964ac #ac8964 #64ac89

Analogous Colors of #8964ac

#8964ac #ac64ab #6564ac

Monochromatic Colors of #8964ac

#8964ac

Complementary Color

#8964ac #87ac64

#8964ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8964ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8964ac Color CSS Codes

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

#8964ac Text Font Color

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

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


#8964ac Background Color

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

This div background color is #8964ac


#8964ac Border Color

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

This div border color is #8964ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,100,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8964ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8964ac;
  -webkit-box-shadow: 1px 1px 3px 2px #8964ac;
  box-shadow:         1px 1px 3px 2px #8964ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,100,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8964ac


Comments

No comments written yet.

Please login to write comment.