Color Hex Logo

#979fc0 Color Hex

#979FC0
(151,159,192)
0 Favorites   0 Comments

Color spaces of #979fc0

RGB 151159192
HSL0.630.250.67
HSV228°21°75°
CMYK 0.210.170.00   0.25
XYZ34.675135.181454.8323
Yxy35.18140.27810.2822
Hunter Lab59.31390.5523-13.2905
CIE-Lab65.88974.2973-17.9300

#979fc0 color RGB value is (151,159,192).

#979fc0 hex color red value is 151, green value is 159 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #979fc0 hue: 0.63 , saturation: 0.25 and the lightness value of 979fc0 is 0.67.

The process color (four color CMYK) of #979fc0 color hex is 0.21, 0.17, 0.00, 0.25. Web safe color of #979fc0 is #9999cc. Color #979fc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011111 11000000
Octal 227 237 300
Decimal 151 159 192
Hex 97 9F C0

RGB Percentages of Color #979fc0

%30.08
%31.67
%38.25

CMYK Percentages of Color #979fc0

%21
%17
%0
%25

Triadic Colors of #979fc0

#979fc0 #c0979f #9fc097

Analogous Colors of #979fc0

#979fc0 #a497c0 #97b4c0

Monochromatic Colors of #979fc0

#979fc0

Complementary Color

#979fc0 #c0b897

#979fc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979fc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#979fc0 Color CSS Codes

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

#979fc0 Text Font Color

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

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


#979fc0 Background Color

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

This div background color is #979fc0


#979fc0 Border Color

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

This div border color is #979fc0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,159,192, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #979fc0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #979fc0;
  -webkit-box-shadow: 1px 1px 3px 2px #979fc0;
  box-shadow:         1px 1px 3px 2px #979fc0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979fc0


Comments

No comments written yet.

Please login to write comment.