Color Hex Logo

#97496f Color Hex

#97496F
(151,73,111)
0 Favorites   0 Comments

Color spaces of #97496f

RGB 15173111
HSL0.920.350.44
HSV331°52°59°
CMYK 0.000.520.26   0.41
XYZ18.014312.492116.5007
Yxy12.49210.38320.2657
Hunter Lab35.344229.1260-2.9391
CIE-Lab41.987837.2605-6.6506

#97496f color RGB value is (151,73,111).

#97496f hex color red value is 151, green value is 73 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #97496f hue: 0.92 , saturation: 0.35 and the lightness value of 97496f is 0.44.

The process color (four color CMYK) of #97496f color hex is 0.00, 0.52, 0.26, 0.41. Web safe color of #97496f is #993366. Color #97496f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01001001 01101111
Octal 227 111 157
Decimal 151 73 111
Hex 97 49 6F

RGB Percentages of Color #97496f

%45.07
%21.79
%33.13

CMYK Percentages of Color #97496f

%0
%52
%26
%41

Triadic Colors of #97496f

#97496f #6f9749 #496f97

Analogous Colors of #97496f

#97496f #974a49 #974996

Monochromatic Colors of #97496f

#97496f

Complementary Color

#97496f #499771

#97496f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97496f Color Preview on White Background

Lorem ipsum dolor sit amet.

#97496f Color CSS Codes

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

#97496f Text Font Color

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

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


#97496f Background Color

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

This div background color is #97496f


#97496f Border Color

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

This div border color is #97496f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,73,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97496f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97496f;
  -webkit-box-shadow: 1px 1px 3px 2px #97496f;
  box-shadow:         1px 1px 3px 2px #97496f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97496f


Comments

No comments written yet.

Please login to write comment.