Color Hex Logo

#977982 Color Hex

#977982
(151,121,130)
0 Favorites   0 Comments

Color spaces of #977982

RGB 151121130
HSL0.950.130.53
HSV342°20°59°
CMYK 0.000.200.14   0.41
XYZ23.629121.865824.0942
Yxy21.86580.33960.3142
Hunter Lab46.76098.36772.1826
CIE-Lab53.884313.1675-0.4807

#977982 color RGB value is (151,121,130).

#977982 hex color red value is 151, green value is 121 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #977982 hue: 0.95 , saturation: 0.13 and the lightness value of 977982 is 0.53.

The process color (four color CMYK) of #977982 color hex is 0.00, 0.20, 0.14, 0.41. Web safe color of #977982 is #996699. Color #977982 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111001 10000010
Octal 227 171 202
Decimal 151 121 130
Hex 97 79 82

RGB Percentages of Color #977982

%37.56
%30.10
%32.34

CMYK Percentages of Color #977982

%0
%20
%14
%41

Triadic Colors of #977982

#977982 #829779 #798297

Analogous Colors of #977982

#977982 #977f79 #977991

Monochromatic Colors of #977982

#977982

Complementary Color

#977982 #79978e

#977982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#977982 Color CSS Codes

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

#977982 Text Font Color

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

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


#977982 Background Color

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

This div background color is #977982


#977982 Border Color

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

This div border color is #977982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977982


Comments

No comments written yet.

Please login to write comment.