Color Hex Logo

#891aad Color Hex

#891AAD
(137,26,173)
0 Favorites   0 Comments

Color spaces of #891aad

RGB 13726173
HSL0.790.740.39
HSV285°85°68°
CMYK 0.210.850.00   0.32
XYZ18.22879.074340.3259
Yxy9.07430.26950.1342
Hunter Lab30.123655.2996-58.2840
CIE-Lab36.127063.6576-53.7536

#891aad color RGB value is (137,26,173).

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

The process color (four color CMYK) of #891aad color hex is 0.21, 0.85, 0.00, 0.32. Web safe color of #891aad is #993399. Color #891aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00011010 10101101
Octal 211 32 255
Decimal 137 26 173
Hex 89 1A AD

RGB Percentages of Color #891aad

%40.77
%7.74
%51.49

CMYK Percentages of Color #891aad

%21
%85
%0
%32

Triadic Colors of #891aad

#891aad #ad891a #1aad89

Analogous Colors of #891aad

#891aad #ad1a88 #3f1aad

Monochromatic Colors of #891aad

#891aad

Complementary Color

#891aad #3ead1a

#891aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#891aad Color CSS Codes

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

#891aad Text Font Color

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

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


#891aad Background Color

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

This div background color is #891aad


#891aad Border Color

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

This div border color is #891aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891aad


Comments

No comments written yet.

Please login to write comment.