Color Hex Logo

#897aac Color Hex

#897AAC
(137,122,172)
0 Favorites   0 Comments

Color spaces of #897aac

RGB 137122172
HSL0.720.230.58
HSV258°29°67°
CMYK 0.200.290.00   0.33
XYZ24.722522.216042.0148
Yxy22.21600.27790.2497
Hunter Lab47.133911.1420-19.8570
CIE-Lab54.255416.3443-24.4753

#897aac color RGB value is (137,122,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111010 10101100
Octal 211 172 254
Decimal 137 122 172
Hex 89 7A AC

RGB Percentages of Color #897aac

%31.79
%28.31
%39.91

CMYK Percentages of Color #897aac

%20
%29
%0
%33

Triadic Colors of #897aac

#897aac #ac897a #7aac89

Analogous Colors of #897aac

#897aac #a27aac #7a84ac

Monochromatic Colors of #897aac

#897aac

Complementary Color

#897aac #9dac7a

#897aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#897aac Color CSS Codes

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

#897aac Text Font Color

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

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


#897aac Background Color

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

This div background color is #897aac


#897aac Border Color

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

This div border color is #897aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897aac


Comments

No comments written yet.

Please login to write comment.