Color Hex Logo

#890dab Color Hex

#890DAB
(137,13,171)
0 Favorites   0 Comments

Color spaces of #890dab

RGB 13713171
HSL0.800.860.36
HSV287°92°67°
CMYK 0.200.920.00   0.33
XYZ17.81118.546539.2390
Yxy8.54650.27150.1303
Hunter Lab29.234457.5912-59.1162
CIE-Lab35.096165.8822-54.2288

#890dab color RGB value is (137,13,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001101 10101011
Octal 211 15 253
Decimal 137 13 171
Hex 89 D AB

RGB Percentages of Color #890dab

%42.68
%4.05
%53.27

CMYK Percentages of Color #890dab

%20
%92
%0
%33

Triadic Colors of #890dab

#890dab #ab890d #0dab89

Analogous Colors of #890dab

#890dab #ab0d7e #3a0dab

Monochromatic Colors of #890dab

#890dab

Complementary Color

#890dab #2fab0d

#890dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#890dab Color CSS Codes

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

#890dab Text Font Color

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

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


#890dab Background Color

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

This div background color is #890dab


#890dab Border Color

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

This div border color is #890dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890dab


Comments

No comments written yet.

Please login to write comment.