Color Hex Logo

#979cff Color Hex

#979CFF
(151,156,255)
0 Favorites   0 Comments

Color spaces of #979cff

RGB 151156255
HSL0.661.000.80
HSV237°41°100°
CMYK 0.410.390.00   0.00
XYZ42.701037.576299.6101
Yxy37.57620.23740.2089
Hunter Lab61.299417.0686-53.4352
CIE-Lab67.707122.1387-49.8306

#979cff color RGB value is (151,156,255).

#979cff hex color red value is 151, green value is 156 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #979cff hue: 0.66 , saturation: 1.00 and the lightness value of 979cff is 0.80.

The process color (four color CMYK) of #979cff color hex is 0.41, 0.39, 0.00, 0.00. Web safe color of #979cff is #9999ff. Color #979cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011100 11111111
Octal 227 234 377
Decimal 151 156 255
Hex 97 9C FF

RGB Percentages of Color #979cff

%26.87
%27.76
%45.37

CMYK Percentages of Color #979cff

%41
%39
%0
%0

Triadic Colors of #979cff

#979cff #ff979c #9cff97

Analogous Colors of #979cff

#979cff #c697ff #97d0ff

Monochromatic Colors of #979cff

#979cff

Complementary Color

#979cff #fffa97

#979cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#979cff Color CSS Codes

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

#979cff Text Font Color

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

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


#979cff Background Color

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

This div background color is #979cff


#979cff Border Color

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

This div border color is #979cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979cff


Comments

No comments written yet.

Please login to write comment.