Color Hex Logo

#975973 Color Hex

#975973
(151,89,115)
0 Favorites   0 Comments

Color spaces of #975973

RGB 15189115
HSL0.930.260.47
HSV335°41°59°
CMYK 0.000.410.24   0.41
XYZ19.429414.961918.0835
Yxy14.96190.37030.2851
Hunter Lab38.680621.9701-0.6421
CIE-Lab45.582029.1001-3.7596

#975973 color RGB value is (151,89,115).

#975973 hex color red value is 151, green value is 89 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #975973 hue: 0.93 , saturation: 0.26 and the lightness value of 975973 is 0.47.

The process color (four color CMYK) of #975973 color hex is 0.00, 0.41, 0.24, 0.41. Web safe color of #975973 is #996666. Color #975973 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011001 01110011
Octal 227 131 163
Decimal 151 89 115
Hex 97 59 73

RGB Percentages of Color #975973

%42.54
%25.07
%32.39

CMYK Percentages of Color #975973

%0
%41
%24
%41

Triadic Colors of #975973

#975973 #739759 #597397

Analogous Colors of #975973

#975973 #975e59 #975992

Monochromatic Colors of #975973

#975973

Complementary Color

#975973 #59977d

#975973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#975973 Color CSS Codes

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

#975973 Text Font Color

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

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


#975973 Background Color

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

This div background color is #975973


#975973 Border Color

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

This div border color is #975973


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,89,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #975973; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #975973;
  -webkit-box-shadow: 1px 1px 3px 2px #975973;
  box-shadow:         1px 1px 3px 2px #975973; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975973


Comments

No comments written yet.

Please login to write comment.