Color Hex Logo

#979cdf Color Hex

#979CDF
(151,156,223)
0 Favorites   0 Comments

Color spaces of #979cdf

RGB 151156223
HSL0.660.530.73
HSV236°32°87°
CMYK 0.320.300.00   0.13
XYZ37.970235.684074.6985
Yxy35.68400.25590.2405
Hunter Lab59.73618.9223-32.3254
CIE-Lab66.277813.6006-34.5345

#979cdf color RGB value is (151,156,223).

#979cdf hex color red value is 151, green value is 156 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #979cdf hue: 0.66 , saturation: 0.53 and the lightness value of 979cdf is 0.73.

The process color (four color CMYK) of #979cdf color hex is 0.32, 0.30, 0.00, 0.13. Web safe color of #979cdf is #9999cc. Color #979cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011100 11011111
Octal 227 234 337
Decimal 151 156 223
Hex 97 9C DF

RGB Percentages of Color #979cdf

%28.49
%29.43
%42.08

CMYK Percentages of Color #979cdf

%32
%30
%0
%13

Triadic Colors of #979cdf

#979cdf #df979c #9cdf97

Analogous Colors of #979cdf

#979cdf #b697df #97c0df

Monochromatic Colors of #979cdf

#979cdf

Complementary Color

#979cdf #dfda97

#979cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#979cdf Color CSS Codes

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

#979cdf Text Font Color

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

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


#979cdf Background Color

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

This div background color is #979cdf


#979cdf Border Color

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

This div border color is #979cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979cdf


Comments

No comments written yet.

Please login to write comment.