Color Hex Logo

#894daa Color Hex

#894DAA
(137,77,170)
0 Favorites   0 Comments

Color spaces of #894daa

RGB 13777170
HSL0.770.380.48
HSV279°55°67°
CMYK 0.190.550.00   0.33
XYZ20.226113.528439.5754
Yxy13.52840.27580.1845
Hunter Lab36.781033.7916-38.0479
CIE-Lab43.548941.8355-40.0606

#894daa color RGB value is (137,77,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001101 10101010
Octal 211 115 252
Decimal 137 77 170
Hex 89 4D AA

RGB Percentages of Color #894daa

%35.68
%20.05
%44.27

CMYK Percentages of Color #894daa

%19
%55
%0
%33

Triadic Colors of #894daa

#894daa #aa894d #4daa89

Analogous Colors of #894daa

#894daa #aa4d9d #5b4daa

Monochromatic Colors of #894daa

#894daa

Complementary Color

#894daa #6eaa4d

#894daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#894daa Color CSS Codes

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

#894daa Text Font Color

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

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


#894daa Background Color

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

This div background color is #894daa


#894daa Border Color

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

This div border color is #894daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894daa


Comments

No comments written yet.

Please login to write comment.