Color Hex Logo

#977c90 Color Hex

#977C90
(151,124,144)
0 Favorites   0 Comments

Color spaces of #977c90

RGB 151124144
HSL0.880.110.54
HSV316°18°59°
CMYK 0.000.180.05   0.41
XYZ25.004223.008229.5087
Yxy23.00820.32250.2968
Hunter Lab47.96699.1066-2.8978
CIE-Lab55.080813.9945-6.8745

#977c90 color RGB value is (151,124,144).

#977c90 hex color red value is 151, green value is 124 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #977c90 hue: 0.88 , saturation: 0.11 and the lightness value of 977c90 is 0.54.

The process color (four color CMYK) of #977c90 color hex is 0.00, 0.18, 0.05, 0.41. Web safe color of #977c90 is #996699. Color #977c90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111100 10010000
Octal 227 174 220
Decimal 151 124 144
Hex 97 7C 90

RGB Percentages of Color #977c90

%36.04
%29.59
%34.37

CMYK Percentages of Color #977c90

%0
%18
%5
%41

Triadic Colors of #977c90

#977c90 #90977c #7c9097

Analogous Colors of #977c90

#977c90 #977c83 #917c97

Monochromatic Colors of #977c90

#977c90

Complementary Color

#977c90 #7c9783

#977c90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977c90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#977c90 Color CSS Codes

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

#977c90 Text Font Color

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

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


#977c90 Background Color

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

This div background color is #977c90


#977c90 Border Color

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

This div border color is #977c90


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,124,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #977c90; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #977c90;
  -webkit-box-shadow: 1px 1px 3px 2px #977c90;
  box-shadow:         1px 1px 3px 2px #977c90; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977c90


Comments

No comments written yet.

Please login to write comment.