Color Hex Logo

#979aef Color Hex

#979AEF
(151,154,239)
0 Favorites   0 Comments

Color spaces of #979aef

RGB 151154239
HSL0.660.730.76
HSV238°37°94°
CMYK 0.370.360.00   0.06
XYZ39.898135.922586.4922
Yxy35.92250.24580.2213
Hunter Lab59.935413.9379-43.6061
CIE-Lab66.460718.9420-43.0526

#979aef color RGB value is (151,154,239).

#979aef hex color red value is 151, green value is 154 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #979aef hue: 0.66 , saturation: 0.73 and the lightness value of 979aef is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011010 11101111
Octal 227 232 357
Decimal 151 154 239
Hex 97 9A EF

RGB Percentages of Color #979aef

%27.76
%28.31
%43.93

CMYK Percentages of Color #979aef

%37
%36
%0
%6

Triadic Colors of #979aef

#979aef #ef979a #9aef97

Analogous Colors of #979aef

#979aef #c097ef #97c6ef

Monochromatic Colors of #979aef

#979aef

Complementary Color

#979aef #efec97

#979aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#979aef Color CSS Codes

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

#979aef Text Font Color

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

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


#979aef Background Color

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

This div background color is #979aef


#979aef Border Color

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

This div border color is #979aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979aef


Comments

No comments written yet.

Please login to write comment.