Color Hex Logo

#979cda Color Hex

#979CDA
(151,156,218)
0 Favorites   0 Comments

Color spaces of #979cda

RGB 151156218
HSL0.650.480.72
HSV236°31°85°
CMYK 0.310.280.00   0.15
XYZ37.305935.418271.1998
Yxy35.41820.25920.2461
Hunter Lab59.51327.7448-29.2735
CIE-Lab66.073012.3231-32.0895

#979cda color RGB value is (151,156,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011100 11011010
Octal 227 234 332
Decimal 151 156 218
Hex 97 9C DA

RGB Percentages of Color #979cda

%28.76
%29.71
%41.52

CMYK Percentages of Color #979cda

%31
%28
%0
%15

Triadic Colors of #979cda

#979cda #da979c #9cda97

Analogous Colors of #979cda

#979cda #b497da #97beda

Monochromatic Colors of #979cda

#979cda

Complementary Color

#979cda #dad597

#979cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#979cda Color CSS Codes

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

#979cda Text Font Color

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

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


#979cda Background Color

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

This div background color is #979cda


#979cda Border Color

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

This div border color is #979cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979cda


Comments

No comments written yet.

Please login to write comment.