Color Hex Logo

#97506c Color Hex

#97506C
(151,80,108)
0 Favorites   0 Comments

Color spaces of #97506c

RGB 15180108
HSL0.930.310.45
HSV336°47°59°
CMYK 0.000.470.28   0.41
XYZ18.337913.399315.8072
Yxy13.39930.38570.2818
Hunter Lab36.605125.36360.0203
CIE-Lab43.358833.0604-2.7714

#97506c color RGB value is (151,80,108).

#97506c hex color red value is 151, green value is 80 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #97506c hue: 0.93 , saturation: 0.31 and the lightness value of 97506c is 0.45.

The process color (four color CMYK) of #97506c color hex is 0.00, 0.47, 0.28, 0.41. Web safe color of #97506c is #996666. Color #97506c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010000 01101100
Octal 227 120 154
Decimal 151 80 108
Hex 97 50 6C

RGB Percentages of Color #97506c

%44.54
%23.60
%31.86

CMYK Percentages of Color #97506c

%0
%47
%28
%41

Triadic Colors of #97506c

#97506c #6c9750 #506c97

Analogous Colors of #97506c

#97506c #975850 #975090

Monochromatic Colors of #97506c

#97506c

Complementary Color

#97506c #50977b

#97506c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97506c Color Preview on White Background

Lorem ipsum dolor sit amet.

#97506c Color CSS Codes

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

#97506c Text Font Color

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

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


#97506c Background Color

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

This div background color is #97506c


#97506c Border Color

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

This div border color is #97506c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,80,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97506c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97506c;
  -webkit-box-shadow: 1px 1px 3px 2px #97506c;
  box-shadow:         1px 1px 3px 2px #97506c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97506c


Comments

No comments written yet.

Please login to write comment.