Color Hex Logo

#897bac Color Hex

#897BAC
(137,123,172)
0 Favorites   0 Comments

Color spaces of #897bac

RGB 137123172
HSL0.710.230.58
HSV257°28°67°
CMYK 0.200.280.00   0.33
XYZ24.845922.462842.0560
Yxy22.46280.27800.2514
Hunter Lab47.394910.6341-19.4347
CIE-Lab54.514615.7572-24.0760

#897bac color RGB value is (137,123,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111011 10101100
Octal 211 173 254
Decimal 137 123 172
Hex 89 7B AC

RGB Percentages of Color #897bac

%31.71
%28.47
%39.81

CMYK Percentages of Color #897bac

%20
%28
%0
%33

Triadic Colors of #897bac

#897bac #ac897b #7bac89

Analogous Colors of #897bac

#897bac #a27bac #7b86ac

Monochromatic Colors of #897bac

#897bac

Complementary Color

#897bac #9eac7b

#897bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#897bac Color CSS Codes

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

#897bac Text Font Color

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

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


#897bac Background Color

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

This div background color is #897bac


#897bac Border Color

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

This div border color is #897bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897bac


Comments

No comments written yet.

Please login to write comment.