Color Hex Logo

#979efa Color Hex

#979EFA
(151,158,250)
0 Favorites   0 Comments

Color spaces of #979efa

RGB 151158250
HSL0.650.910.79
HSV236°40°98°
CMYK 0.400.370.00   0.02
XYZ42.244737.935295.5382
Yxy37.93520.24040.2159
Hunter Lab61.591614.6452-48.8540
CIE-Lab67.972819.6244-46.6900

#979efa color RGB value is (151,158,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011110 11111010
Octal 227 236 372
Decimal 151 158 250
Hex 97 9E FA

RGB Percentages of Color #979efa

%27.01
%28.26
%44.72

CMYK Percentages of Color #979efa

%40
%37
%0
%2

Triadic Colors of #979efa

#979efa #fa979e #9efa97

Analogous Colors of #979efa

#979efa #c297fa #97d0fa

Monochromatic Colors of #979efa

#979efa

Complementary Color

#979efa #faf397

#979efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#979efa Color CSS Codes

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

#979efa Text Font Color

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

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


#979efa Background Color

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

This div background color is #979efa


#979efa Border Color

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

This div border color is #979efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979efa


Comments

No comments written yet.

Please login to write comment.