Color Hex Logo

#894acb Color Hex

#894ACB
(137,74,203)
0 Favorites   0 Comments

Color spaces of #894acb

RGB 13774203
HSL0.750.550.54
HSV269°64°80°
CMYK 0.330.640.00   0.20
XYZ23.544814.527758.0631
Yxy14.52770.24490.1511
Hunter Lab38.115243.5626-63.6392
CIE-Lab44.980451.1722-57.0461

#894acb color RGB value is (137,74,203).

#894acb hex color red value is 137, green value is 74 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #894acb hue: 0.75 , saturation: 0.55 and the lightness value of 894acb is 0.54.

The process color (four color CMYK) of #894acb color hex is 0.33, 0.64, 0.00, 0.20. Web safe color of #894acb is #9933cc. Color #894acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001010 11001011
Octal 211 112 313
Decimal 137 74 203
Hex 89 4A CB

RGB Percentages of Color #894acb

%33.09
%17.87
%49.03

CMYK Percentages of Color #894acb

%33
%64
%0
%20

Triadic Colors of #894acb

#894acb #cb894a #4acb89

Analogous Colors of #894acb

#894acb #ca4acb #4a4ccb

Monochromatic Colors of #894acb

#894acb

Complementary Color

#894acb #8ccb4a

#894acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#894acb Color CSS Codes

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

#894acb Text Font Color

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

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


#894acb Background Color

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

This div background color is #894acb


#894acb Border Color

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

This div border color is #894acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894acb


Comments

No comments written yet.

Please login to write comment.