Color Hex Logo

#896ead Color Hex

#896EAD
(137,110,173)
0 Favorites   0 Comments

Color spaces of #896ead

RGB 137110173
HSL0.740.280.55
HSV266°36°68°
CMYK 0.210.360.00   0.32
XYZ23.435319.487442.0614
Yxy19.48740.27580.2293
Hunter Lab44.144517.5085-25.5910
CIE-Lab51.252623.6491-29.7064

#896ead color RGB value is (137,110,173).

#896ead hex color red value is 137, green value is 110 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #896ead hue: 0.74 , saturation: 0.28 and the lightness value of 896ead is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101110 10101101
Octal 211 156 255
Decimal 137 110 173
Hex 89 6E AD

RGB Percentages of Color #896ead

%32.62
%26.19
%41.19

CMYK Percentages of Color #896ead

%21
%36
%0
%32

Triadic Colors of #896ead

#896ead #ad896e #6ead89

Analogous Colors of #896ead

#896ead #a96ead #6e73ad

Monochromatic Colors of #896ead

#896ead

Complementary Color

#896ead #92ad6e

#896ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#896ead Color CSS Codes

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

#896ead Text Font Color

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

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


#896ead Background Color

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

This div background color is #896ead


#896ead Border Color

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

This div border color is #896ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896ead


Comments

No comments written yet.

Please login to write comment.