Color Hex Logo

#897dab Color Hex

#897DAB
(137,125,171)
0 Favorites   0 Comments

Color spaces of #897dab

RGB 137125171
HSL0.710.210.58
HSV256°27°67°
CMYK 0.200.270.00   0.33
XYZ25.000822.925941.6355
Yxy22.92590.27910.2560
Hunter Lab47.88109.4110-18.0396
CIE-Lab54.995914.3457-22.7591

#897dab color RGB value is (137,125,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111101 10101011
Octal 211 175 253
Decimal 137 125 171
Hex 89 7D AB

RGB Percentages of Color #897dab

%31.64
%28.87
%39.49

CMYK Percentages of Color #897dab

%20
%27
%0
%33

Triadic Colors of #897dab

#897dab #ab897d #7dab89

Analogous Colors of #897dab

#897dab #a07dab #7d88ab

Monochromatic Colors of #897dab

#897dab

Complementary Color

#897dab #9fab7d

#897dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#897dab Color CSS Codes

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

#897dab Text Font Color

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

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


#897dab Background Color

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

This div background color is #897dab


#897dab Border Color

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

This div border color is #897dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897dab


Comments

No comments written yet.

Please login to write comment.