Color Hex Logo

#890eaa Color Hex

#890EAA
(137,14,170)
0 Favorites   0 Comments

Color spaces of #890eaa

RGB 13714170
HSL0.800.850.36
HSV287°92°67°
CMYK 0.190.920.00   0.33
XYZ17.72938.534738.7431
Yxy8.53470.27270.1313
Hunter Lab29.214257.2019-58.1789
CIE-Lab35.072565.5450-53.6673

#890eaa color RGB value is (137,14,170).

#890eaa hex color red value is 137, green value is 14 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #890eaa hue: 0.80 , saturation: 0.85 and the lightness value of 890eaa is 0.36.

The process color (four color CMYK) of #890eaa color hex is 0.19, 0.92, 0.00, 0.33. Web safe color of #890eaa is #990099. Color #890eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001110 10101010
Octal 211 16 252
Decimal 137 14 170
Hex 89 E AA

RGB Percentages of Color #890eaa

%42.68
%4.36
%52.96

CMYK Percentages of Color #890eaa

%19
%92
%0
%33

Triadic Colors of #890eaa

#890eaa #aa890e #0eaa89

Analogous Colors of #890eaa

#890eaa #aa0e7d #3b0eaa

Monochromatic Colors of #890eaa

#890eaa

Complementary Color

#890eaa #2faa0e

#890eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#890eaa Color CSS Codes

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

#890eaa Text Font Color

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

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


#890eaa Background Color

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

This div background color is #890eaa


#890eaa Border Color

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

This div border color is #890eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890eaa


Comments

No comments written yet.

Please login to write comment.