Color Hex Logo

#979cdb Color Hex

#979CDB
(151,156,219)
0 Favorites   0 Comments

Color spaces of #979cdb

RGB 151156219
HSL0.650.490.73
HSV236°31°86°
CMYK 0.310.290.00   0.14
XYZ37.437135.470771.8912
Yxy35.47070.25850.2450
Hunter Lab59.55737.9780-29.8785
CIE-Lab66.113512.5771-32.5797

#979cdb color RGB value is (151,156,219).

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

The process color (four color CMYK) of #979cdb color hex is 0.31, 0.29, 0.00, 0.14. Web safe color of #979cdb is #9999cc. Color #979cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011100 11011011
Octal 227 234 333
Decimal 151 156 219
Hex 97 9C DB

RGB Percentages of Color #979cdb

%28.71
%29.66
%41.63

CMYK Percentages of Color #979cdb

%31
%29
%0
%14

Triadic Colors of #979cdb

#979cdb #db979c #9cdb97

Analogous Colors of #979cdb

#979cdb #b497db #97bedb

Monochromatic Colors of #979cdb

#979cdb

Complementary Color

#979cdb #dbd697

#979cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#979cdb Color CSS Codes

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

#979cdb Text Font Color

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

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


#979cdb Background Color

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

This div background color is #979cdb


#979cdb Border Color

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

This div border color is #979cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979cdb


Comments

No comments written yet.

Please login to write comment.