Color Hex Logo

#895ead Color Hex

#895EAD
(137,94,173)
0 Favorites   0 Comments

Color spaces of #895ead

RGB 13794173
HSL0.760.330.52
HSV273°46°68°
CMYK 0.210.460.00   0.32
XYZ21.862116.340941.5370
Yxy16.34090.27420.2049
Hunter Lab40.423925.7948-32.6259
CIE-Lab47.418632.9963-35.7089

#895ead color RGB value is (137,94,173).

#895ead hex color red value is 137, green value is 94 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #895ead hue: 0.76 , saturation: 0.33 and the lightness value of 895ead is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011110 10101101
Octal 211 136 255
Decimal 137 94 173
Hex 89 5E AD

RGB Percentages of Color #895ead

%33.91
%23.27
%42.82

CMYK Percentages of Color #895ead

%21
%46
%0
%32

Triadic Colors of #895ead

#895ead #ad895e #5ead89

Analogous Colors of #895ead

#895ead #ad5eaa #625ead

Monochromatic Colors of #895ead

#895ead

Complementary Color

#895ead #82ad5e

#895ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#895ead Color CSS Codes

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

#895ead Text Font Color

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

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


#895ead Background Color

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

This div background color is #895ead


#895ead Border Color

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

This div border color is #895ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895ead


Comments

No comments written yet.

Please login to write comment.