Color Hex Logo

#891aaa Color Hex

#891AAA
(137,26,170)
0 Favorites   0 Comments

Color spaces of #891aaa

RGB 13726170
HSL0.800.730.38
HSV286°85°67°
CMYK 0.190.850.00   0.33
XYZ17.94168.959438.8139
Yxy8.95940.27300.1363
Hunter Lab29.932354.6127-55.9302
CIE-Lab35.906063.0882-52.3165

#891aaa color RGB value is (137,26,170).

#891aaa hex color red value is 137, green value is 26 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #891aaa hue: 0.80 , saturation: 0.73 and the lightness value of 891aaa is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00011010 10101010
Octal 211 32 252
Decimal 137 26 170
Hex 89 1A AA

RGB Percentages of Color #891aaa

%41.14
%7.81
%51.05

CMYK Percentages of Color #891aaa

%19
%85
%0
%33

Triadic Colors of #891aaa

#891aaa #aa891a #1aaa89

Analogous Colors of #891aaa

#891aaa #aa1a83 #411aaa

Monochromatic Colors of #891aaa

#891aaa

Complementary Color

#891aaa #3baa1a

#891aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#891aaa Color CSS Codes

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

#891aaa Text Font Color

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

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


#891aaa Background Color

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

This div background color is #891aaa


#891aaa Border Color

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

This div border color is #891aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891aaa


Comments

No comments written yet.

Please login to write comment.