Color Hex Logo

#979efd Color Hex

#979EFD
(151,158,253)
0 Favorites   0 Comments

Color spaces of #979efd

RGB 151158253
HSL0.660.960.79
HSV236°40°99°
CMYK 0.400.380.00   0.01
XYZ42.719038.124998.0358
Yxy38.12490.23880.2131
Hunter Lab61.745415.4422-50.9156
CIE-Lab68.112620.4448-48.1032

#979efd color RGB value is (151,158,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011110 11111101
Octal 227 236 375
Decimal 151 158 253
Hex 97 9E FD

RGB Percentages of Color #979efd

%26.87
%28.11
%45.02

CMYK Percentages of Color #979efd

%40
%38
%0
%1

Triadic Colors of #979efd

#979efd #fd979e #9efd97

Analogous Colors of #979efd

#979efd #c397fd #97d1fd

Monochromatic Colors of #979efd

#979efd

Complementary Color

#979efd #fdf697

#979efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#979efd Color CSS Codes

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

#979efd Text Font Color

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

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


#979efd Background Color

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

This div background color is #979efd


#979efd Border Color

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

This div border color is #979efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979efd


Comments

No comments written yet.

Please login to write comment.