Color Hex Logo

#894dbd Color Hex

#894DBD
(137,77,189)
0 Favorites   0 Comments

Color spaces of #894dbd

RGB 13777189
HSL0.760.460.52
HSV272°59°74°
CMYK 0.280.590.00   0.26
XYZ22.155714.300249.7366
Yxy14.30020.25700.1659
Hunter Lab37.815638.4037-51.5097
CIE-Lab44.660446.2503-49.4419

#894dbd color RGB value is (137,77,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001101 10111101
Octal 211 115 275
Decimal 137 77 189
Hex 89 4D BD

RGB Percentages of Color #894dbd

%34.00
%19.11
%46.90

CMYK Percentages of Color #894dbd

%28
%59
%0
%26

Triadic Colors of #894dbd

#894dbd #bd894d #4dbd89

Analogous Colors of #894dbd

#894dbd #bd4db9 #514dbd

Monochromatic Colors of #894dbd

#894dbd

Complementary Color

#894dbd #81bd4d

#894dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#894dbd Color CSS Codes

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

#894dbd Text Font Color

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

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


#894dbd Background Color

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

This div background color is #894dbd


#894dbd Border Color

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

This div border color is #894dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894dbd


Comments

No comments written yet.

Please login to write comment.