Color Hex Logo

#975175 Color Hex

#975175
(151,81,117)
0 Favorites   0 Comments

Color spaces of #975175

RGB 15181117
HSL0.910.300.45
HSV329°46°59°
CMYK 0.000.460.23   0.41
XYZ18.915813.748518.4864
Yxy13.74850.36980.2688
Hunter Lab37.079026.1734-3.6048
CIE-Lab43.870133.8604-7.5216

#975175 color RGB value is (151,81,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010001 01110101
Octal 227 121 165
Decimal 151 81 117
Hex 97 51 75

RGB Percentages of Color #975175

%43.27
%23.21
%33.52

CMYK Percentages of Color #975175

%0
%46
%23
%41

Triadic Colors of #975175

#975175 #759751 #517597

Analogous Colors of #975175

#975175 #975152 #965197

Monochromatic Colors of #975175

#975175

Complementary Color

#975175 #519773

#975175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#975175 Color CSS Codes

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

#975175 Text Font Color

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

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


#975175 Background Color

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

This div background color is #975175


#975175 Border Color

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

This div border color is #975175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975175


Comments

No comments written yet.

Please login to write comment.