Color Hex Logo

#979dfc Color Hex

#979DFC
(151,157,252)
0 Favorites   0 Comments

Color spaces of #979dfc

RGB 151157252
HSL0.660.940.79
HSV236°40°99°
CMYK 0.400.380.00   0.01
XYZ42.390237.721597.1422
Yxy37.72150.23910.2128
Hunter Lab61.417815.7184-50.7842
CIE-Lab67.814920.7429-48.0279

#979dfc color RGB value is (151,157,252).

#979dfc hex color red value is 151, green value is 157 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #979dfc hue: 0.66 , saturation: 0.94 and the lightness value of 979dfc is 0.79.

The process color (four color CMYK) of #979dfc color hex is 0.40, 0.38, 0.00, 0.01. Web safe color of #979dfc is #9999ff. Color #979dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011101 11111100
Octal 227 235 374
Decimal 151 157 252
Hex 97 9D FC

RGB Percentages of Color #979dfc

%26.96
%28.04
%45.00

CMYK Percentages of Color #979dfc

%40
%38
%0
%1

Triadic Colors of #979dfc

#979dfc #fc979d #9dfc97

Analogous Colors of #979dfc

#979dfc #c497fc #97d0fc

Monochromatic Colors of #979dfc

#979dfc

Complementary Color

#979dfc #fcf697

#979dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#979dfc Color CSS Codes

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

#979dfc Text Font Color

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

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


#979dfc Background Color

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

This div background color is #979dfc


#979dfc Border Color

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

This div border color is #979dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979dfc


Comments

No comments written yet.

Please login to write comment.