Color Hex Logo

#897688 Color Hex

#897688
(137,118,136)
0 Favorites   0 Comments

Color spaces of #897688

RGB 137118136
HSL0.840.070.50
HSV303°14°54°
CMYK 0.000.140.01   0.46
XYZ21.238920.052826.0437
Yxy20.05280.31540.2978
Hunter Lab44.78046.2953-3.1361
CIE-Lab51.896910.7544-7.0857

#897688 color RGB value is (137,118,136).

#897688 hex color red value is 137, green value is 118 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #897688 hue: 0.84 , saturation: 0.07 and the lightness value of 897688 is 0.50.

The process color (four color CMYK) of #897688 color hex is 0.00, 0.14, 0.01, 0.46. Web safe color of #897688 is #996699. Color #897688 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110110 10001000
Octal 211 166 210
Decimal 137 118 136
Hex 89 76 88

RGB Percentages of Color #897688

%35.04
%30.18
%34.78

CMYK Percentages of Color #897688

%0
%14
%1
%46

Triadic Colors of #897688

#897688 #888976 #768889

Analogous Colors of #897688

#897688 #89767f #817689

Monochromatic Colors of #897688

#897688

Complementary Color

#897688 #768977

#897688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897688 Color CSS Codes

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

#897688 Text Font Color

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

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


#897688 Background Color

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

This div background color is #897688


#897688 Border Color

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

This div border color is #897688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897688


Comments

No comments written yet.

Please login to write comment.