Color Hex Logo

#976996 Color Hex

#976996
(151,105,150)
0 Favorites   0 Comments

Color spaces of #976996

RGB 151105150
HSL0.840.180.50
HSV301°30°59°
CMYK 0.000.300.01   0.41
XYZ23.319118.884531.2702
Yxy18.88450.31740.2570
Hunter Lab43.456319.7364-12.2444
CIE-Lab50.551826.1509-17.2088

#976996 color RGB value is (151,105,150).

#976996 hex color red value is 151, green value is 105 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #976996 hue: 0.84 , saturation: 0.18 and the lightness value of 976996 is 0.50.

The process color (four color CMYK) of #976996 color hex is 0.00, 0.30, 0.01, 0.41. Web safe color of #976996 is #996699. Color #976996 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101001 10010110
Octal 227 151 226
Decimal 151 105 150
Hex 97 69 96

RGB Percentages of Color #976996

%37.19
%25.86
%36.95

CMYK Percentages of Color #976996

%0
%30
%1
%41

Triadic Colors of #976996

#976996 #969769 #699697

Analogous Colors of #976996

#976996 #97697f #816997

Monochromatic Colors of #976996

#976996

Complementary Color

#976996 #69976a

#976996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#976996 Color CSS Codes

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

#976996 Text Font Color

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

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


#976996 Background Color

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

This div background color is #976996


#976996 Border Color

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

This div border color is #976996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976996


Comments

No comments written yet.

Please login to write comment.