Color Hex Logo

#976e93 Color Hex

#976E93
(151,110,147)
0 Favorites   0 Comments

Color spaces of #976e93

RGB 151110147
HSL0.850.160.51
HSV306°27°59°
CMYK 0.000.270.03   0.41
XYZ23.604919.837830.1887
Yxy19.83780.32060.2694
Hunter Lab44.539616.6562-9.0086
CIE-Lab51.653322.6765-13.7705

#976e93 color RGB value is (151,110,147).

#976e93 hex color red value is 151, green value is 110 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #976e93 hue: 0.85 , saturation: 0.16 and the lightness value of 976e93 is 0.51.

The process color (four color CMYK) of #976e93 color hex is 0.00, 0.27, 0.03, 0.41. Web safe color of #976e93 is #996699. Color #976e93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101110 10010011
Octal 227 156 223
Decimal 151 110 147
Hex 97 6E 93

RGB Percentages of Color #976e93

%37.01
%26.96
%36.03

CMYK Percentages of Color #976e93

%0
%27
%3
%41

Triadic Colors of #976e93

#976e93 #93976e #6e9397

Analogous Colors of #976e93

#976e93 #976e7f #876e97

Monochromatic Colors of #976e93

#976e93

Complementary Color

#976e93 #6e9772

#976e93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976e93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#976e93 Color CSS Codes

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

#976e93 Text Font Color

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

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


#976e93 Background Color

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

This div background color is #976e93


#976e93 Border Color

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

This div border color is #976e93


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,110,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #976e93; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #976e93;
  -webkit-box-shadow: 1px 1px 3px 2px #976e93;
  box-shadow:         1px 1px 3px 2px #976e93; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976e93


Comments

No comments written yet.

Please login to write comment.