Color Hex Logo

#894caa Color Hex

#894CAA
(137,76,170)
0 Favorites   0 Comments

Color spaces of #894caa

RGB 13776170
HSL0.770.380.48
HSV279°55°67°
CMYK 0.190.550.00   0.33
XYZ20.156713.389539.5523
Yxy13.38950.27570.1832
Hunter Lab36.591734.2922-38.4730
CIE-Lab43.344442.3752-40.3854

#894caa color RGB value is (137,76,170).

#894caa hex color red value is 137, green value is 76 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #894caa hue: 0.77 , saturation: 0.38 and the lightness value of 894caa is 0.48.

The process color (four color CMYK) of #894caa color hex is 0.19, 0.55, 0.00, 0.33. Web safe color of #894caa is #993399. Color #894caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001100 10101010
Octal 211 114 252
Decimal 137 76 170
Hex 89 4C AA

RGB Percentages of Color #894caa

%35.77
%19.84
%44.39

CMYK Percentages of Color #894caa

%19
%55
%0
%33

Triadic Colors of #894caa

#894caa #aa894c #4caa89

Analogous Colors of #894caa

#894caa #aa4c9c #5a4caa

Monochromatic Colors of #894caa

#894caa

Complementary Color

#894caa #6daa4c

#894caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#894caa Color CSS Codes

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

#894caa Text Font Color

<p style="color:#894caa">Text here</p>

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


#894caa Background Color

<div style="background-color:#894caa">
Div content here</div>

This div background color is #894caa


#894caa Border Color

<div style="border:3px solid #894caa">
Div here</div>

This div border color is #894caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,76,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #894caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #894caa;
  -webkit-box-shadow: 1px 1px 3px 2px #894caa;
  box-shadow:         1px 1px 3px 2px #894caa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,76,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 #894caa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894caa


Comments

No comments written yet.

Please login to write comment.