Color Hex Logo

#894aaa Color Hex

#894AAA
(137,74,170)
0 Favorites   0 Comments

Color spaces of #894aaa

RGB 13774170
HSL0.780.390.48
HSV279°56°67°
CMYK 0.190.560.00   0.33
XYZ20.021013.118239.5071
Yxy13.11820.27560.1806
Hunter Lab36.219135.2870-39.3191
CIE-Lab42.940843.4440-41.0268

#894aaa color RGB value is (137,74,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001010 10101010
Octal 211 112 252
Decimal 137 74 170
Hex 89 4A AA

RGB Percentages of Color #894aaa

%35.96
%19.42
%44.62

CMYK Percentages of Color #894aaa

%19
%56
%0
%33

Triadic Colors of #894aaa

#894aaa #aa894a #4aaa89

Analogous Colors of #894aaa

#894aaa #aa4a9b #594aaa

Monochromatic Colors of #894aaa

#894aaa

Complementary Color

#894aaa #6baa4a

#894aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#894aaa Color CSS Codes

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

#894aaa Text Font Color

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

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


#894aaa Background Color

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

This div background color is #894aaa


#894aaa Border Color

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

This div border color is #894aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894aaa


Comments

No comments written yet.

Please login to write comment.