Color Hex Logo

#891fab Color Hex

#891FAB
(137,31,171)
0 Favorites   0 Comments

Color spaces of #891fab

RGB 13731171
HSL0.790.690.40
HSV285°82°67°
CMYK 0.200.820.00   0.33
XYZ18.15729.238639.3543
Yxy9.23860.27200.1384
Hunter Lab30.395153.4398-55.4897
CIE-Lab36.439761.9322-52.0515

#891fab color RGB value is (137,31,171).

#891fab hex color red value is 137, green value is 31 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #891fab hue: 0.79 , saturation: 0.69 and the lightness value of 891fab is 0.40.

The process color (four color CMYK) of #891fab color hex is 0.20, 0.82, 0.00, 0.33. Web safe color of #891fab is #993399. Color #891fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00011111 10101011
Octal 211 37 253
Decimal 137 31 171
Hex 89 1F AB

RGB Percentages of Color #891fab

%40.41
%9.14
%50.44

CMYK Percentages of Color #891fab

%20
%82
%0
%33

Triadic Colors of #891fab

#891fab #ab891f #1fab89

Analogous Colors of #891fab

#891fab #ab1f87 #431fab

Monochromatic Colors of #891fab

#891fab

Complementary Color

#891fab #41ab1f

#891fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#891fab Color CSS Codes

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

#891fab Text Font Color

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

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


#891fab Background Color

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

This div background color is #891fab


#891fab Border Color

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

This div border color is #891fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891fab


Comments

No comments written yet.

Please login to write comment.