Color Hex Logo

#890aad Color Hex

#890AAD
(137,10,173)
0 Favorites   0 Comments

Color spaces of #890aad

RGB 13710173
HSL0.800.890.36
HSV287°94°68°
CMYK 0.210.940.00   0.32
XYZ17.96798.552640.2390
Yxy8.55260.26910.1281
Hunter Lab29.244858.4912-61.1078
CIE-Lab35.108266.6670-55.4068

#890aad color RGB value is (137,10,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001010 10101101
Octal 211 12 255
Decimal 137 10 173
Hex 89 A AD

RGB Percentages of Color #890aad

%42.81
%3.13
%54.06

CMYK Percentages of Color #890aad

%21
%94
%0
%32

Triadic Colors of #890aad

#890aad #ad890a #0aad89

Analogous Colors of #890aad

#890aad #ad0a80 #370aad

Monochromatic Colors of #890aad

#890aad

Complementary Color

#890aad #2ead0a

#890aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#890aad Color CSS Codes

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

#890aad Text Font Color

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

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


#890aad Background Color

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

This div background color is #890aad


#890aad Border Color

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

This div border color is #890aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890aad


Comments

No comments written yet.

Please login to write comment.