Color Hex Logo

#897983 Color Hex

#897983
(137,121,131)
0 Favorites   0 Comments

Color spaces of #897983

RGB 137121131
HSL0.900.060.51
HSV323°12°54°
CMYK 0.000.120.04   0.46
XYZ21.250620.631824.3350
Yxy20.63180.32090.3116
Hunter Lab45.42224.02150.0309
CIE-Lab52.54418.0201-3.1930

#897983 color RGB value is (137,121,131).

#897983 hex color red value is 137, green value is 121 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #897983 hue: 0.90 , saturation: 0.06 and the lightness value of 897983 is 0.51.

The process color (four color CMYK) of #897983 color hex is 0.00, 0.12, 0.04, 0.46. Web safe color of #897983 is #996699. Color #897983 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111001 10000011
Octal 211 171 203
Decimal 137 121 131
Hex 89 79 83

RGB Percentages of Color #897983

%35.22
%31.11
%33.68

CMYK Percentages of Color #897983

%0
%12
%4
%46

Triadic Colors of #897983

#897983 #838979 #798389

Analogous Colors of #897983

#897983 #89797b #877989

Monochromatic Colors of #897983

#897983

Complementary Color

#897983 #79897f

#897983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897983 Color CSS Codes

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

#897983 Text Font Color

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

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


#897983 Background Color

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

This div background color is #897983


#897983 Border Color

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

This div border color is #897983


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,121,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #897983; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #897983;
  -webkit-box-shadow: 1px 1px 3px 2px #897983;
  box-shadow:         1px 1px 3px 2px #897983; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897983


Comments

No comments written yet.

Please login to write comment.