Color Hex Logo

#897eac Color Hex

#897EAC
(137,126,172)
0 Favorites   0 Comments

Color spaces of #897eac

RGB 137126172
HSL0.710.220.58
HSV254°27°67°
CMYK 0.200.270.00   0.33
XYZ25.223823.218642.1819
Yxy23.21860.27830.2562
Hunter Lab48.18579.1146-18.1727
CIE-Lab55.296813.9985-22.8726

#897eac color RGB value is (137,126,172).

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

The process color (four color CMYK) of #897eac color hex is 0.20, 0.27, 0.00, 0.33. Web safe color of #897eac is #996699. Color #897eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111110 10101100
Octal 211 176 254
Decimal 137 126 172
Hex 89 7E AC

RGB Percentages of Color #897eac

%31.49
%28.97
%39.54

CMYK Percentages of Color #897eac

%20
%27
%0
%33

Triadic Colors of #897eac

#897eac #ac897e #7eac89

Analogous Colors of #897eac

#897eac #a07eac #7e8aac

Monochromatic Colors of #897eac

#897eac

Complementary Color

#897eac #a1ac7e

#897eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#897eac Color CSS Codes

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

#897eac Text Font Color

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

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


#897eac Background Color

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

This div background color is #897eac


#897eac Border Color

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

This div border color is #897eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897eac


Comments

No comments written yet.

Please login to write comment.