Color Hex Logo

#894abd Color Hex

#894ABD
(137,74,189)
0 Favorites   0 Comments

Color spaces of #894abd

RGB 13774189
HSL0.760.470.52
HSV273°61°74°
CMYK 0.280.610.00   0.26
XYZ21.950613.890049.6682
Yxy13.89000.25670.1624
Hunter Lab37.269339.9104-52.9264
CIE-Lab44.074847.8222-50.3810

#894abd color RGB value is (137,74,189).

#894abd hex color red value is 137, green value is 74 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #894abd hue: 0.76 , saturation: 0.47 and the lightness value of 894abd is 0.52.

The process color (four color CMYK) of #894abd color hex is 0.28, 0.61, 0.00, 0.26. Web safe color of #894abd is #9933cc. Color #894abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001010 10111101
Octal 211 112 275
Decimal 137 74 189
Hex 89 4A BD

RGB Percentages of Color #894abd

%34.25
%18.50
%47.25

CMYK Percentages of Color #894abd

%28
%61
%0
%26

Triadic Colors of #894abd

#894abd #bd894a #4abd89

Analogous Colors of #894abd

#894abd #bd4ab8 #4f4abd

Monochromatic Colors of #894abd

#894abd

Complementary Color

#894abd #7ebd4a

#894abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#894abd Color CSS Codes

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

#894abd Text Font Color

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

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


#894abd Background Color

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

This div background color is #894abd


#894abd Border Color

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

This div border color is #894abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894abd


Comments

No comments written yet.

Please login to write comment.