Color Hex Logo

#897998 Color Hex

#897998
(137,121,152)
0 Favorites   0 Comments

Color spaces of #897998

RGB 137121152
HSL0.750.130.54
HSV271°20°60°
CMYK 0.100.200.00   0.40
XYZ22.821421.260132.6066
Yxy21.26010.29760.2772
Hunter Lab46.10877.6580-9.6519
CIE-Lab53.233012.3511-14.4397

#897998 color RGB value is (137,121,152).

#897998 hex color red value is 137, green value is 121 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #897998 hue: 0.75 , saturation: 0.13 and the lightness value of 897998 is 0.54.

The process color (four color CMYK) of #897998 color hex is 0.10, 0.20, 0.00, 0.40. Web safe color of #897998 is #996699. Color #897998 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111001 10011000
Octal 211 171 230
Decimal 137 121 152
Hex 89 79 98

RGB Percentages of Color #897998

%33.41
%29.51
%37.07

CMYK Percentages of Color #897998

%10
%20
%0
%40

Triadic Colors of #897998

#897998 #988979 #799889

Analogous Colors of #897998

#897998 #987998 #7a7998

Monochromatic Colors of #897998

#897998

Complementary Color

#897998 #889879

#897998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897998 Color CSS Codes

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

#897998 Text Font Color

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

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


#897998 Background Color

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

This div background color is #897998


#897998 Border Color

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

This div border color is #897998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897998


Comments

No comments written yet.

Please login to write comment.