Color Hex Logo

#979cfe Color Hex

#979CFE
(151,156,254)
0 Favorites   0 Comments

Color spaces of #979cfe

RGB 151156254
HSL0.660.980.79
HSV237°41°100°
CMYK 0.410.390.00   0.00
XYZ42.540437.512098.7644
Yxy37.51200.23790.2098
Hunter Lab61.247016.7985-52.7356
CIE-Lab67.659421.8636-49.3618

#979cfe color RGB value is (151,156,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011100 11111110
Octal 227 234 376
Decimal 151 156 254
Hex 97 9C FE

RGB Percentages of Color #979cfe

%26.92
%27.81
%45.28

CMYK Percentages of Color #979cfe

%41
%39
%0
%0

Triadic Colors of #979cfe

#979cfe #fe979c #9cfe97

Analogous Colors of #979cfe

#979cfe #c697fe #97d0fe

Monochromatic Colors of #979cfe

#979cfe

Complementary Color

#979cfe #fef997

#979cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#979cfe Color CSS Codes

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

#979cfe Text Font Color

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

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


#979cfe Background Color

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

This div background color is #979cfe


#979cfe Border Color

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

This div border color is #979cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979cfe


Comments

No comments written yet.

Please login to write comment.