Color Hex Logo

#891caa Color Hex

#891CAA
(137,28,170)
0 Favorites   0 Comments

Color spaces of #891caa

RGB 13728170
HSL0.790.720.39
HSV286°84°67°
CMYK 0.190.840.00   0.33
XYZ17.98759.051238.8292
Yxy9.05120.27310.1374
Hunter Lab30.085254.0734-55.4624
CIE-Lab36.082762.5710-52.0305

#891caa color RGB value is (137,28,170).

#891caa hex color red value is 137, green value is 28 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #891caa hue: 0.79 , saturation: 0.72 and the lightness value of 891caa is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00011100 10101010
Octal 211 34 252
Decimal 137 28 170
Hex 89 1C AA

RGB Percentages of Color #891caa

%40.90
%8.36
%50.75

CMYK Percentages of Color #891caa

%19
%84
%0
%33

Triadic Colors of #891caa

#891caa #aa891c #1caa89

Analogous Colors of #891caa

#891caa #aa1c84 #421caa

Monochromatic Colors of #891caa

#891caa

Complementary Color

#891caa #3daa1c

#891caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#891caa Color CSS Codes

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

#891caa Text Font Color

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

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


#891caa Background Color

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

This div background color is #891caa


#891caa Border Color

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

This div border color is #891caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891caa


Comments

No comments written yet.

Please login to write comment.