Color Hex Logo

#97505e Color Hex

#97505E
(151,80,94)
0 Favorites   0 Comments

Color spaces of #97505e

RGB 1518094
HSL0.970.310.45
HSV348°47°59°
CMYK 0.000.470.38   0.41
XYZ17.651513.124812.1927
Yxy13.12480.41080.3054
Hunter Lab36.228223.57155.4055
CIE-Lab42.950731.16895.2392

#97505e color RGB value is (151,80,94).

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

The process color (four color CMYK) of #97505e color hex is 0.00, 0.47, 0.38, 0.41. Web safe color of #97505e is #996666. Color #97505e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010000 01011110
Octal 227 120 136
Decimal 151 80 94
Hex 97 50 5E

RGB Percentages of Color #97505e

%46.46
%24.62
%28.92

CMYK Percentages of Color #97505e

%0
%47
%38
%41

Triadic Colors of #97505e

#97505e #5e9750 #505e97

Analogous Colors of #97505e

#97505e #976650 #975082

Monochromatic Colors of #97505e

#97505e

Complementary Color

#97505e #509789

#97505e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97505e Color Preview on White Background

Lorem ipsum dolor sit amet.

#97505e Color CSS Codes

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

#97505e Text Font Color

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

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


#97505e Background Color

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

This div background color is #97505e


#97505e Border Color

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

This div border color is #97505e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97505e


Comments

No comments written yet.

Please login to write comment.