Color Hex Logo

#979feb Color Hex

#979FEB
(151,159,235)
0 Favorites   0 Comments

Color spaces of #979feb

RGB 151159235
HSL0.650.680.76
HSV234°36°92°
CMYK 0.360.320.00   0.08
XYZ40.156037.373783.6947
Yxy37.37370.24910.2318
Hunter Lab61.134010.2635-38.3763
CIE-Lab67.556515.0237-39.1444

#979feb color RGB value is (151,159,235).

#979feb hex color red value is 151, green value is 159 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #979feb hue: 0.65 , saturation: 0.68 and the lightness value of 979feb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011111 11101011
Octal 227 237 353
Decimal 151 159 235
Hex 97 9F EB

RGB Percentages of Color #979feb

%27.71
%29.17
%43.12

CMYK Percentages of Color #979feb

%36
%32
%0
%8

Triadic Colors of #979feb

#979feb #eb979f #9feb97

Analogous Colors of #979feb

#979feb #b997eb #97c9eb

Monochromatic Colors of #979feb

#979feb

Complementary Color

#979feb #ebe397

#979feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#979feb Color CSS Codes

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

#979feb Text Font Color

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

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


#979feb Background Color

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

This div background color is #979feb


#979feb Border Color

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

This div border color is #979feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979feb


Comments

No comments written yet.

Please login to write comment.