Color Hex Logo

#897baa Color Hex

#897BAA
(137,123,170)
0 Favorites   0 Comments

Color spaces of #897baa

RGB 137123170
HSL0.720.220.57
HSV258°28°67°
CMYK 0.190.280.00   0.33
XYZ24.655222.386641.0518
Yxy22.38660.27990.2541
Hunter Lab47.314510.2146-18.3221
CIE-Lab54.434815.2812-23.0450

#897baa color RGB value is (137,123,170).

#897baa hex color red value is 137, green value is 123 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #897baa hue: 0.72 , saturation: 0.22 and the lightness value of 897baa is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111011 10101010
Octal 211 173 252
Decimal 137 123 170
Hex 89 7B AA

RGB Percentages of Color #897baa

%31.86
%28.60
%39.53

CMYK Percentages of Color #897baa

%19
%28
%0
%33

Triadic Colors of #897baa

#897baa #aa897b #7baa89

Analogous Colors of #897baa

#897baa #a17baa #7b85aa

Monochromatic Colors of #897baa

#897baa

Complementary Color

#897baa #9caa7b

#897baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#897baa Color CSS Codes

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

#897baa Text Font Color

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

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


#897baa Background Color

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

This div background color is #897baa


#897baa Border Color

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

This div border color is #897baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897baa


Comments

No comments written yet.

Please login to write comment.