Color Hex Logo

#890aae Color Hex

#890AAE
(137,10,174)
0 Favorites   0 Comments

Color spaces of #890aae

RGB 13710174
HSL0.800.890.36
HSV286°94°68°
CMYK 0.210.940.00   0.32
XYZ18.06518.591440.7506
Yxy8.59140.26800.1275
Hunter Lab29.311158.7193-61.9119
CIE-Lab35.185466.8509-55.8794

#890aae color RGB value is (137,10,174).

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

The process color (four color CMYK) of #890aae color hex is 0.21, 0.94, 0.00, 0.32. Web safe color of #890aae is #990099. Color #890aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001010 10101110
Octal 211 12 256
Decimal 137 10 174
Hex 89 A AE

RGB Percentages of Color #890aae

%42.68
%3.12
%54.21

CMYK Percentages of Color #890aae

%21
%94
%0
%32

Triadic Colors of #890aae

#890aae #ae890a #0aae89

Analogous Colors of #890aae

#890aae #ae0a81 #370aae

Monochromatic Colors of #890aae

#890aae

Complementary Color

#890aae #2fae0a

#890aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#890aae Color CSS Codes

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

#890aae Text Font Color

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

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


#890aae Background Color

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

This div background color is #890aae


#890aae Border Color

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

This div border color is #890aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,10,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #890aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890aae


Comments

No comments written yet.

Please login to write comment.