Color Hex Logo

#897698 Color Hex

#897698
(137,118,152)
0 Favorites   0 Comments

Color spaces of #897698

RGB 137118152
HSL0.760.140.53
HSV274°22°60°
CMYK 0.100.220.00   0.40
XYZ22.462520.542232.4869
Yxy20.54220.29750.2721
Hunter Lab45.32359.1491-10.7713
CIE-Lab52.444814.1109-15.6347

#897698 color RGB value is (137,118,152).

#897698 hex color red value is 137, green value is 118 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #897698 hue: 0.76 , saturation: 0.14 and the lightness value of 897698 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110110 10011000
Octal 211 166 230
Decimal 137 118 152
Hex 89 76 98

RGB Percentages of Color #897698

%33.66
%28.99
%37.35

CMYK Percentages of Color #897698

%10
%22
%0
%40

Triadic Colors of #897698

#897698 #988976 #769889

Analogous Colors of #897698

#897698 #987696 #787698

Monochromatic Colors of #897698

#897698

Complementary Color

#897698 #859876

#897698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897698 Color CSS Codes

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

#897698 Text Font Color

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

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


#897698 Background Color

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

This div background color is #897698


#897698 Border Color

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

This div border color is #897698


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,118,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 #897698">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897698

#897698 Color Palettes


Comments

No comments written yet.

Please login to write comment.