Color Hex Logo

#979dcb Color Hex

#979DCB
(151,157,203)
0 Favorites   0 Comments

Color spaces of #979dcb

RGB 151157203
HSL0.650.330.69
HSV233°26°80°
CMYK 0.260.230.00   0.20
XYZ35.599035.005061.3803
Yxy35.00500.26970.2652
Hunter Lab59.16503.8629-20.0944
CIE-Lab65.75268.0335-24.2636

#979dcb color RGB value is (151,157,203).

#979dcb hex color red value is 151, green value is 157 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #979dcb hue: 0.65 , saturation: 0.33 and the lightness value of 979dcb is 0.69.

The process color (four color CMYK) of #979dcb color hex is 0.26, 0.23, 0.00, 0.20. Web safe color of #979dcb is #9999cc. Color #979dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011101 11001011
Octal 227 235 313
Decimal 151 157 203
Hex 97 9D CB

RGB Percentages of Color #979dcb

%29.55
%30.72
%39.73

CMYK Percentages of Color #979dcb

%26
%23
%0
%20

Triadic Colors of #979dcb

#979dcb #cb979d #9dcb97

Analogous Colors of #979dcb

#979dcb #ab97cb #97b7cb

Monochromatic Colors of #979dcb

#979dcb

Complementary Color

#979dcb #cbc597

#979dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#979dcb Color CSS Codes

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

#979dcb Text Font Color

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

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


#979dcb Background Color

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

This div background color is #979dcb


#979dcb Border Color

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

This div border color is #979dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979dcb


Comments

No comments written yet.

Please login to write comment.