Color Hex Logo

#979fdf Color Hex

#979FDF
(151,159,223)
0 Favorites   0 Comments

Color spaces of #979fdf

RGB 151159223
HSL0.650.530.73
HSV233°32°87°
CMYK 0.320.290.00   0.13
XYZ38.479936.703374.8684
Yxy36.70330.25640.2446
Hunter Lab60.58327.3549-30.8619
CIE-Lab67.053811.8959-33.3301

#979fdf color RGB value is (151,159,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011111 11011111
Octal 227 237 337
Decimal 151 159 223
Hex 97 9F DF

RGB Percentages of Color #979fdf

%28.33
%29.83
%41.84

CMYK Percentages of Color #979fdf

%32
%29
%0
%13

Triadic Colors of #979fdf

#979fdf #df979f #9fdf97

Analogous Colors of #979fdf

#979fdf #b397df #97c3df

Monochromatic Colors of #979fdf

#979fdf

Complementary Color

#979fdf #dfd797

#979fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#979fdf Color CSS Codes

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

#979fdf Text Font Color

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

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


#979fdf Background Color

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

This div background color is #979fdf


#979fdf Border Color

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

This div border color is #979fdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,159,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 #979fdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979fdf


Comments

No comments written yet.

Please login to write comment.