Color Hex Logo

#975675 Color Hex

#975675
(151,86,117)
0 Favorites   0 Comments

Color spaces of #975675

RGB 15186117
HSL0.920.270.46
HSV331°43°59°
CMYK 0.000.430.23   0.41
XYZ19.301214.519218.6148
Yxy14.51920.36810.2769
Hunter Lab38.104123.7351-2.2918
CIE-Lab44.968531.0951-5.8835

#975675 color RGB value is (151,86,117).

#975675 hex color red value is 151, green value is 86 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #975675 hue: 0.92 , saturation: 0.27 and the lightness value of 975675 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010110 01110101
Octal 227 126 165
Decimal 151 86 117
Hex 97 56 75

RGB Percentages of Color #975675

%42.66
%24.29
%33.05

CMYK Percentages of Color #975675

%0
%43
%23
%41

Triadic Colors of #975675

#975675 #759756 #567597

Analogous Colors of #975675

#975675 #975856 #975696

Monochromatic Colors of #975675

#975675

Complementary Color

#975675 #569778

#975675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#975675 Color CSS Codes

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

#975675 Text Font Color

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

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


#975675 Background Color

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

This div background color is #975675


#975675 Border Color

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

This div border color is #975675


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,86,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 #975675">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975675


Comments

No comments written yet.

Please login to write comment.