Color Hex Logo

#894bac Color Hex

#894BAC
(137,75,172)
0 Favorites   0 Comments

Color spaces of #894bac

RGB 13775172
HSL0.770.390.48
HSV278°56°67°
CMYK 0.200.560.00   0.33
XYZ20.279013.329140.5337
Yxy13.32910.27350.1798
Hunter Lab36.509035.2573-40.2696
CIE-Lab43.255043.3622-41.7101

#894bac color RGB value is (137,75,172).

#894bac hex color red value is 137, green value is 75 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #894bac hue: 0.77 , saturation: 0.39 and the lightness value of 894bac is 0.48.

The process color (four color CMYK) of #894bac color hex is 0.20, 0.56, 0.00, 0.33. Web safe color of #894bac is #993399. Color #894bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001011 10101100
Octal 211 113 254
Decimal 137 75 172
Hex 89 4B AC

RGB Percentages of Color #894bac

%35.68
%19.53
%44.79

CMYK Percentages of Color #894bac

%20
%56
%0
%33

Triadic Colors of #894bac

#894bac #ac894b #4bac89

Analogous Colors of #894bac

#894bac #ac4b9f #594bac

Monochromatic Colors of #894bac

#894bac

Complementary Color

#894bac #6eac4b

#894bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#894bac Color CSS Codes

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

#894bac Text Font Color

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

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


#894bac Background Color

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

This div background color is #894bac


#894bac Border Color

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

This div border color is #894bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894bac


Comments

No comments written yet.

Please login to write comment.