Color Hex Logo

#897faf Color Hex

#897FAF
(137,127,175)
0 Favorites   0 Comments

Color spaces of #897faf

RGB 137127175
HSL0.700.230.59
HSV253°27°69°
CMYK 0.220.270.00   0.31
XYZ25.643823.592343.7596
Yxy23.59230.27580.2537
Hunter Lab48.57199.2392-19.4155
CIE-Lab55.677314.1322-24.0122

#897faf color RGB value is (137,127,175).

#897faf hex color red value is 137, green value is 127 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #897faf hue: 0.70 , saturation: 0.23 and the lightness value of 897faf is 0.59.

The process color (four color CMYK) of #897faf color hex is 0.22, 0.27, 0.00, 0.31. Web safe color of #897faf is #996699. Color #897faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111111 10101111
Octal 211 177 257
Decimal 137 127 175
Hex 89 7F AF

RGB Percentages of Color #897faf

%31.21
%28.93
%39.86

CMYK Percentages of Color #897faf

%22
%27
%0
%31

Triadic Colors of #897faf

#897faf #af897f #7faf89

Analogous Colors of #897faf

#897faf #a17faf #7f8daf

Monochromatic Colors of #897faf

#897faf

Complementary Color

#897faf #a5af7f

#897faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#897faf Color CSS Codes

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

#897faf Text Font Color

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

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


#897faf Background Color

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

This div background color is #897faf


#897faf Border Color

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

This div border color is #897faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897faf


Comments

No comments written yet.

Please login to write comment.