Color Hex Logo

#975966 Color Hex

#975966
(151,89,102)
0 Favorites   0 Comments

Color spaces of #975966

RGB 15189102
HSL0.970.260.47
HSV347°41°59°
CMYK 0.000.410.32   0.41
XYZ18.733214.683414.4172
Yxy14.68340.39160.3070
Hunter Lab38.318920.20624.5158
CIE-Lab45.197527.19653.5747

#975966 color RGB value is (151,89,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011001 01100110
Octal 227 131 146
Decimal 151 89 102
Hex 97 59 66

RGB Percentages of Color #975966

%44.15
%26.02
%29.82

CMYK Percentages of Color #975966

%0
%41
%32
%41

Triadic Colors of #975966

#975966 #669759 #596697

Analogous Colors of #975966

#975966 #976b59 #975985

Monochromatic Colors of #975966

#975966

Complementary Color

#975966 #59978a

#975966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#975966 Color CSS Codes

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

#975966 Text Font Color

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

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


#975966 Background Color

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

This div background color is #975966


#975966 Border Color

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

This div border color is #975966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975966


Comments

No comments written yet.

Please login to write comment.