Color Hex Logo

#890fab Color Hex

#890FAB
(137,15,171)
0 Favorites   0 Comments

Color spaces of #890fab

RGB 13715171
HSL0.800.840.36
HSV287°91°67°
CMYK 0.200.910.00   0.33
XYZ17.83808.600339.2479
Yxy8.60030.27160.1309
Hunter Lab29.326357.2535-58.8205
CIE-Lab35.203165.5650-54.0551

#890fab color RGB value is (137,15,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001111 10101011
Octal 211 17 253
Decimal 137 15 171
Hex 89 F AB

RGB Percentages of Color #890fab

%42.41
%4.64
%52.94

CMYK Percentages of Color #890fab

%20
%91
%0
%33

Triadic Colors of #890fab

#890fab #ab890f #0fab89

Analogous Colors of #890fab

#890fab #ab0f7f #3b0fab

Monochromatic Colors of #890fab

#890fab

Complementary Color

#890fab #31ab0f

#890fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#890fab Color CSS Codes

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

#890fab Text Font Color

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

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


#890fab Background Color

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

This div background color is #890fab


#890fab Border Color

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

This div border color is #890fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890fab


Comments

No comments written yet.

Please login to write comment.