Color Hex Logo

#979cf7 Color Hex

#979CF7
(151,156,247)
0 Favorites   0 Comments

Color spaces of #979cf7

RGB 151156247
HSL0.660.860.78
HSV237°39°97°
CMYK 0.390.370.00   0.03
XYZ41.439537.071692.9671
Yxy37.07160.24170.2162
Hunter Lab60.886514.9363-47.9090
CIE-Lab67.330719.9522-46.0638

#979cf7 color RGB value is (151,156,247).

#979cf7 hex color red value is 151, green value is 156 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #979cf7 hue: 0.66 , saturation: 0.86 and the lightness value of 979cf7 is 0.78.

The process color (four color CMYK) of #979cf7 color hex is 0.39, 0.37, 0.00, 0.03. Web safe color of #979cf7 is #9999ff. Color #979cf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011100 11110111
Octal 227 234 367
Decimal 151 156 247
Hex 97 9C F7

RGB Percentages of Color #979cf7

%27.26
%28.16
%44.58

CMYK Percentages of Color #979cf7

%39
%37
%0
%3

Triadic Colors of #979cf7

#979cf7 #f7979c #9cf797

Analogous Colors of #979cf7

#979cf7 #c297f7 #97ccf7

Monochromatic Colors of #979cf7

#979cf7

Complementary Color

#979cf7 #f7f297

#979cf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979cf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#979cf7 Color CSS Codes

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

#979cf7 Text Font Color

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

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


#979cf7 Background Color

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

This div background color is #979cf7


#979cf7 Border Color

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

This div border color is #979cf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979cf7


Comments

No comments written yet.

Please login to write comment.