Color Hex Logo

#97657e Color Hex

#97657E
(151,101,126)
0 Favorites   0 Comments

Color spaces of #97657e

RGB 151101126
HSL0.920.200.49
HSV330°33°59°
CMYK 0.000.330.17   0.41
XYZ21.182117.393021.9794
Yxy17.39300.34980.2872
Hunter Lab41.704917.6773-2.0537
CIE-Lab48.751424.0415-5.6822

#97657e color RGB value is (151,101,126).

#97657e hex color red value is 151, green value is 101 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #97657e hue: 0.92 , saturation: 0.20 and the lightness value of 97657e is 0.49.

The process color (four color CMYK) of #97657e color hex is 0.00, 0.33, 0.17, 0.41. Web safe color of #97657e is #996666. Color #97657e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01100101 01111110
Octal 227 145 176
Decimal 151 101 126
Hex 97 65 7E

RGB Percentages of Color #97657e

%39.95
%26.72
%33.33

CMYK Percentages of Color #97657e

%0
%33
%17
%41

Triadic Colors of #97657e

#97657e #7e9765 #657e97

Analogous Colors of #97657e

#97657e #976565 #976597

Monochromatic Colors of #97657e

#97657e

Complementary Color

#97657e #65977e

#97657e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97657e Color Preview on White Background

Lorem ipsum dolor sit amet.

#97657e Color CSS Codes

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

#97657e Text Font Color

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

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


#97657e Background Color

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

This div background color is #97657e


#97657e Border Color

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

This div border color is #97657e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,101,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97657e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97657e;
  -webkit-box-shadow: 1px 1px 3px 2px #97657e;
  box-shadow:         1px 1px 3px 2px #97657e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,101,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97657e


Comments

No comments written yet.

Please login to write comment.