Color Hex Logo

#977884 Color Hex

#977884
(151,120,132)
0 Favorites   0 Comments

Color spaces of #977884

RGB 151120132
HSL0.940.130.53
HSV337°21°59°
CMYK 0.000.210.13   0.41
XYZ23.643821.678224.7679
Yxy21.67820.33730.3093
Hunter Lab46.55999.16531.0521
CIE-Lab53.683914.0966-1.9434

#977884 color RGB value is (151,120,132).

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

The process color (four color CMYK) of #977884 color hex is 0.00, 0.21, 0.13, 0.41. Web safe color of #977884 is #996699. Color #977884 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111000 10000100
Octal 227 170 204
Decimal 151 120 132
Hex 97 78 84

RGB Percentages of Color #977884

%37.47
%29.78
%32.75

CMYK Percentages of Color #977884

%0
%21
%13
%41

Triadic Colors of #977884

#977884 #849778 #788497

Analogous Colors of #977884

#977884 #977c78 #977894

Monochromatic Colors of #977884

#977884

Complementary Color

#977884 #78978b

#977884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#977884 Color CSS Codes

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

#977884 Text Font Color

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

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


#977884 Background Color

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

This div background color is #977884


#977884 Border Color

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

This div border color is #977884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977884


Comments

No comments written yet.

Please login to write comment.