Color Hex Logo

#897ead Color Hex

#897EAD
(137,126,173)
0 Favorites   0 Comments

Color spaces of #897ead

RGB 137126173
HSL0.710.220.59
HSV254°27°68°
CMYK 0.210.270.00   0.32
XYZ25.320223.257242.6897
Yxy23.25720.27740.2548
Hunter Lab48.22579.3238-18.7259
CIE-Lab55.336314.2372-23.3873

#897ead color RGB value is (137,126,173).

#897ead hex color red value is 137, green value is 126 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #897ead hue: 0.71 , saturation: 0.22 and the lightness value of 897ead is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111110 10101101
Octal 211 176 255
Decimal 137 126 173
Hex 89 7E AD

RGB Percentages of Color #897ead

%31.42
%28.90
%39.68

CMYK Percentages of Color #897ead

%21
%27
%0
%32

Triadic Colors of #897ead

#897ead #ad897e #7ead89

Analogous Colors of #897ead

#897ead #a17ead #7e8bad

Monochromatic Colors of #897ead

#897ead

Complementary Color

#897ead #a2ad7e

#897ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#897ead Color CSS Codes

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

#897ead Text Font Color

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

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


#897ead Background Color

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

This div background color is #897ead


#897ead Border Color

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

This div border color is #897ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897ead


Comments

No comments written yet.

Please login to write comment.