Color Hex Logo

#894ead Color Hex

#894EAD
(137,78,173)
0 Favorites   0 Comments

Color spaces of #894ead

RGB 13778173
HSL0.770.380.49
HSV277°55°68°
CMYK 0.210.550.00   0.32
XYZ20.583713.784341.1109
Yxy13.78430.27270.1826
Hunter Lab37.127233.9896-39.6627
CIE-Lab43.922041.9762-41.2398

#894ead color RGB value is (137,78,173).

#894ead hex color red value is 137, green value is 78 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #894ead hue: 0.77 , saturation: 0.38 and the lightness value of 894ead is 0.49.

The process color (four color CMYK) of #894ead color hex is 0.21, 0.55, 0.00, 0.32. Web safe color of #894ead is #996699. Color #894ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001110 10101101
Octal 211 116 255
Decimal 137 78 173
Hex 89 4E AD

RGB Percentages of Color #894ead

%35.31
%20.10
%44.59

CMYK Percentages of Color #894ead

%21
%55
%0
%32

Triadic Colors of #894ead

#894ead #ad894e #4ead89

Analogous Colors of #894ead

#894ead #ad4ea2 #5a4ead

Monochromatic Colors of #894ead

#894ead

Complementary Color

#894ead #72ad4e

#894ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#894ead Color CSS Codes

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

#894ead Text Font Color

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

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


#894ead Background Color

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

This div background color is #894ead


#894ead Border Color

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

This div border color is #894ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894ead


Comments

No comments written yet.

Please login to write comment.