Color Hex Logo

#97748f Color Hex

#97748F
(151,116,143)
0 Favorites   0 Comments

Color spaces of #97748f

RGB 151116143
HSL0.870.140.52
HSV314°23°59°
CMYK 0.000.230.05   0.41
XYZ23.965821.053328.7872
Yxy21.05330.32470.2853
Hunter Lab45.883912.9363-5.0794
CIE-Lab53.007818.4320-9.3850

#97748f color RGB value is (151,116,143).

#97748f hex color red value is 151, green value is 116 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #97748f hue: 0.87 , saturation: 0.14 and the lightness value of 97748f is 0.52.

The process color (four color CMYK) of #97748f color hex is 0.00, 0.23, 0.05, 0.41. Web safe color of #97748f is #996699. Color #97748f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01110100 10001111
Octal 227 164 217
Decimal 151 116 143
Hex 97 74 8F

RGB Percentages of Color #97748f

%36.83
%28.29
%34.88

CMYK Percentages of Color #97748f

%0
%23
%5
%41

Triadic Colors of #97748f

#97748f #8f9774 #748f97

Analogous Colors of #97748f

#97748f #97747e #8e7497

Monochromatic Colors of #97748f

#97748f

Complementary Color

#97748f #74977c

#97748f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97748f Color Preview on White Background

Lorem ipsum dolor sit amet.

#97748f Color CSS Codes

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

#97748f Text Font Color

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

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


#97748f Background Color

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

This div background color is #97748f


#97748f Border Color

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

This div border color is #97748f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97748f


Comments

No comments written yet.

Please login to write comment.