Color Hex Logo

#897fa3 Color Hex

#897FA3
(137,127,163)
0 Favorites   0 Comments

Color spaces of #897fa3

RGB 137127163
HSL0.710.160.57
HSV257°22°64°
CMYK 0.160.220.00   0.36
XYZ24.516823.141537.8249
Yxy23.14150.28680.2707
Hunter Lab48.10566.7869-12.9451
CIE-Lab55.217811.3086-17.8055

#897fa3 color RGB value is (137,127,163).

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

The process color (four color CMYK) of #897fa3 color hex is 0.16, 0.22, 0.00, 0.36. Web safe color of #897fa3 is #996699. Color #897fa3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111111 10100011
Octal 211 177 243
Decimal 137 127 163
Hex 89 7F A3

RGB Percentages of Color #897fa3

%32.08
%29.74
%38.17

CMYK Percentages of Color #897fa3

%16
%22
%0
%36

Triadic Colors of #897fa3

#897fa3 #a3897f #7fa389

Analogous Colors of #897fa3

#897fa3 #9b7fa3 #7f87a3

Monochromatic Colors of #897fa3

#897fa3

Complementary Color

#897fa3 #99a37f

#897fa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897fa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897fa3 Color CSS Codes

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

#897fa3 Text Font Color

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

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


#897fa3 Background Color

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

This div background color is #897fa3


#897fa3 Border Color

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

This div border color is #897fa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897fa3


Comments

No comments written yet.

Please login to write comment.