Color Hex Logo

#979efc Color Hex

#979EFC
(151,158,252)
0 Favorites   0 Comments

Color spaces of #979efc

RGB 151158252
HSL0.660.940.79
HSV236°40°99°
CMYK 0.400.370.00   0.01
XYZ42.560038.061397.1989
Yxy38.06130.23930.2140
Hunter Lab61.693815.1755-50.2260
CIE-Lab68.065820.1707-47.6328

#979efc color RGB value is (151,158,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011110 11111100
Octal 227 236 374
Decimal 151 158 252
Hex 97 9E FC

RGB Percentages of Color #979efc

%26.92
%28.16
%44.92

CMYK Percentages of Color #979efc

%40
%37
%0
%1

Triadic Colors of #979efc

#979efc #fc979e #9efc97

Analogous Colors of #979efc

#979efc #c397fc #97d1fc

Monochromatic Colors of #979efc

#979efc

Complementary Color

#979efc #fcf597

#979efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#979efc Color CSS Codes

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

#979efc Text Font Color

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

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


#979efc Background Color

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

This div background color is #979efc


#979efc Border Color

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

This div border color is #979efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979efc


Comments

No comments written yet.

Please login to write comment.