Color Hex Logo

#894d84 Color Hex

#894D84
(137,77,132)
1 Favorites   0 Comments

Color spaces of #894d84

RGB 13777132
HSL0.850.280.42
HSV305°44°54°
CMYK 0.000.440.04   0.46
XYZ17.135312.292123.2993
Yxy12.29210.32500.2331
Hunter Lab35.060125.8851-14.8593
CIE-Lab41.676633.8521-20.1831

#894d84 color RGB value is (137,77,132).

#894d84 hex color red value is 137, green value is 77 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #894d84 hue: 0.85 , saturation: 0.28 and the lightness value of 894d84 is 0.42.

The process color (four color CMYK) of #894d84 color hex is 0.00, 0.44, 0.04, 0.46. Web safe color of #894d84 is #996699. Color #894d84 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001101 10000100
Octal 211 115 204
Decimal 137 77 132
Hex 89 4D 84

RGB Percentages of Color #894d84

%39.60
%22.25
%38.15

CMYK Percentages of Color #894d84

%0
%44
%4
%46

Triadic Colors of #894d84

#894d84 #84894d #4d8489

Analogous Colors of #894d84

#894d84 #894d66 #704d89

Monochromatic Colors of #894d84

#894d84

Complementary Color

#894d84 #4d8952

#894d84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894d84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894d84 Color CSS Codes

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

#894d84 Text Font Color

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

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


#894d84 Background Color

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

This div background color is #894d84


#894d84 Border Color

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

This div border color is #894d84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894d84


Comments

No comments written yet.

Please login to write comment.