Color Hex Logo

#978990 Color Hex

#978990
(151,137,144)
0 Favorites   0 Comments

Color spaces of #978990

RGB 151137144
HSL0.920.060.56
HSV330°59°
CMYK 0.000.090.05   0.41
XYZ26.742226.484230.0881
Yxy26.48420.32100.3179
Hunter Lab51.46282.69611.3596
CIE-Lab58.49386.5404-1.8315

#978990 color RGB value is (151,137,144).

#978990 hex color red value is 151, green value is 137 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #978990 hue: 0.92 , saturation: 0.06 and the lightness value of 978990 is 0.56.

The process color (four color CMYK) of #978990 color hex is 0.00, 0.09, 0.05, 0.41. Web safe color of #978990 is #999999. Color #978990 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001001 10010000
Octal 227 211 220
Decimal 151 137 144
Hex 97 89 90

RGB Percentages of Color #978990

%34.95
%31.71
%33.33

CMYK Percentages of Color #978990

%0
%9
%5
%41

Triadic Colors of #978990

#978990 #909789 #899097

Analogous Colors of #978990

#978990 #978989 #978997

Monochromatic Colors of #978990

#978990

Complementary Color

#978990 #899790

#978990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#978990 Color CSS Codes

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

#978990 Text Font Color

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

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


#978990 Background Color

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

This div background color is #978990


#978990 Border Color

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

This div border color is #978990


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,137,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 #978990">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978990


Comments

No comments written yet.

Please login to write comment.