Color Hex Logo

#897ca9 Color Hex

#897CA9
(137,124,169)
0 Favorites   0 Comments

Color spaces of #897ca9

RGB 137124169
HSL0.710.210.57
HSV257°27°66°
CMYK 0.190.270.00   0.34
XYZ24.685622.598240.5969
Yxy22.59820.28090.2571
Hunter Lab47.53769.5018-17.3571
CIE-Lab54.656014.4587-22.1279

#897ca9 color RGB value is (137,124,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111100 10101001
Octal 211 174 251
Decimal 137 124 169
Hex 89 7C A9

RGB Percentages of Color #897ca9

%31.86
%28.84
%39.30

CMYK Percentages of Color #897ca9

%19
%27
%0
%34

Triadic Colors of #897ca9

#897ca9 #a9897c #7ca989

Analogous Colors of #897ca9

#897ca9 #a07ca9 #7c86a9

Monochromatic Colors of #897ca9

#897ca9

Complementary Color

#897ca9 #9ca97c

#897ca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897ca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897ca9 Color CSS Codes

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

#897ca9 Text Font Color

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

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


#897ca9 Background Color

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

This div background color is #897ca9


#897ca9 Border Color

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

This div border color is #897ca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897ca9


Comments

No comments written yet.

Please login to write comment.