Color Hex Logo

#975171 Color Hex

#975171
(151,81,113)
0 Favorites   0 Comments

Color spaces of #975171

RGB 15181113
HSL0.920.300.45
HSV333°46°59°
CMYK 0.000.460.25   0.41
XYZ18.685613.656417.2739
Yxy13.65640.37660.2752
Hunter Lab36.954625.5857-1.8461
CIE-Lab43.736133.2489-5.2764

#975171 color RGB value is (151,81,113).

#975171 hex color red value is 151, green value is 81 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #975171 hue: 0.92 , saturation: 0.30 and the lightness value of 975171 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010001 01110001
Octal 227 121 161
Decimal 151 81 113
Hex 97 51 71

RGB Percentages of Color #975171

%43.77
%23.48
%32.75

CMYK Percentages of Color #975171

%0
%46
%25
%41

Triadic Colors of #975171

#975171 #719751 #517197

Analogous Colors of #975171

#975171 #975451 #975194

Monochromatic Colors of #975171

#975171

Complementary Color

#975171 #519777

#975171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#975171 Color CSS Codes

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

#975171 Text Font Color

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

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


#975171 Background Color

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

This div background color is #975171


#975171 Border Color

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

This div border color is #975171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975171


Comments

No comments written yet.

Please login to write comment.