Color Hex Logo

#897caa Color Hex

#897CAA
(137,124,170)
0 Favorites   0 Comments

Color spaces of #897caa

RGB 137124170
HSL0.710.210.58
HSV257°27°67°
CMYK 0.190.270.00   0.33
XYZ24.779922.635941.0933
Yxy22.63590.28000.2557
Hunter Lab47.57729.7091-17.9058
CIE-Lab54.695314.6951-22.6445

#897caa color RGB value is (137,124,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111100 10101010
Octal 211 174 252
Decimal 137 124 170
Hex 89 7C AA

RGB Percentages of Color #897caa

%31.79
%28.77
%39.44

CMYK Percentages of Color #897caa

%19
%27
%0
%33

Triadic Colors of #897caa

#897caa #aa897c #7caa89

Analogous Colors of #897caa

#897caa #a07caa #7c86aa

Monochromatic Colors of #897caa

#897caa

Complementary Color

#897caa #9daa7c

#897caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#897caa Color CSS Codes

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

#897caa Text Font Color

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

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


#897caa Background Color

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

This div background color is #897caa


#897caa Border Color

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

This div border color is #897caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897caa


Comments

No comments written yet.

Please login to write comment.