Color Hex Logo

#979fe4 Color Hex

#979FE4
(151,159,228)
0 Favorites   0 Comments

Color spaces of #979fe4

RGB 151159228
HSL0.650.590.74
HSV234°34°89°
CMYK 0.340.300.00   0.11
XYZ39.164236.977078.4719
Yxy36.97700.25330.2392
Hunter Lab60.80878.5487-33.9459
CIE-Lab67.259813.1879-35.7629

#979fe4 color RGB value is (151,159,228).

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

The process color (four color CMYK) of #979fe4 color hex is 0.34, 0.30, 0.00, 0.11. Web safe color of #979fe4 is #9999cc. Color #979fe4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011111 11100100
Octal 227 237 344
Decimal 151 159 228
Hex 97 9F E4

RGB Percentages of Color #979fe4

%28.07
%29.55
%42.38

CMYK Percentages of Color #979fe4

%34
%30
%0
%11

Triadic Colors of #979fe4

#979fe4 #e4979f #9fe497

Analogous Colors of #979fe4

#979fe4 #b697e4 #97c6e4

Monochromatic Colors of #979fe4

#979fe4

Complementary Color

#979fe4 #e4dc97

#979fe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979fe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#979fe4 Color CSS Codes

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

#979fe4 Text Font Color

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

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


#979fe4 Background Color

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

This div background color is #979fe4


#979fe4 Border Color

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

This div border color is #979fe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979fe4


Comments

No comments written yet.

Please login to write comment.