Color Hex Logo

#891eaa Color Hex

#891EAA
(137,30,170)
0 Favorites   0 Comments

Color spaces of #891eaa

RGB 13730170
HSL0.790.700.39
HSV286°82°67°
CMYK 0.190.820.00   0.33
XYZ18.03659.149238.8456
Yxy9.14920.27320.1386
Hunter Lab30.247653.5052-54.9700
CIE-Lab36.270062.0241-51.7276

#891eaa color RGB value is (137,30,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00011110 10101010
Octal 211 36 252
Decimal 137 30 170
Hex 89 1E AA

RGB Percentages of Color #891eaa

%40.65
%8.90
%50.45

CMYK Percentages of Color #891eaa

%19
%82
%0
%33

Triadic Colors of #891eaa

#891eaa #aa891e #1eaa89

Analogous Colors of #891eaa

#891eaa #aa1e85 #431eaa

Monochromatic Colors of #891eaa

#891eaa

Complementary Color

#891eaa #3faa1e

#891eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#891eaa Color CSS Codes

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

#891eaa Text Font Color

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

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


#891eaa Background Color

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

This div background color is #891eaa


#891eaa Border Color

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

This div border color is #891eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891eaa


Comments

No comments written yet.

Please login to write comment.