Color Hex Logo

#894fab Color Hex

#894FAB
(137,79,171)
0 Favorites   0 Comments

Color spaces of #894fab

RGB 13779171
HSL0.770.370.49
HSV278°54°67°
CMYK 0.200.540.00   0.33
XYZ20.463213.850640.1230
Yxy13.85060.27490.1861
Hunter Lab37.216433.0184-37.8691
CIE-Lab44.017940.9757-39.9072

#894fab color RGB value is (137,79,171).

#894fab hex color red value is 137, green value is 79 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #894fab hue: 0.77 , saturation: 0.37 and the lightness value of 894fab is 0.49.

The process color (four color CMYK) of #894fab color hex is 0.20, 0.54, 0.00, 0.33. Web safe color of #894fab is #996699. Color #894fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001111 10101011
Octal 211 117 253
Decimal 137 79 171
Hex 89 4F AB

RGB Percentages of Color #894fab

%35.40
%20.41
%44.19

CMYK Percentages of Color #894fab

%20
%54
%0
%33

Triadic Colors of #894fab

#894fab #ab894f #4fab89

Analogous Colors of #894fab

#894fab #ab4f9f #5b4fab

Monochromatic Colors of #894fab

#894fab

Complementary Color

#894fab #71ab4f

#894fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#894fab Color CSS Codes

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

#894fab Text Font Color

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

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


#894fab Background Color

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

This div background color is #894fab


#894fab Border Color

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

This div border color is #894fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894fab


Comments

No comments written yet.

Please login to write comment.