Color Hex Logo

#979cea Color Hex

#979CEA
(151,156,234)
0 Favorites   0 Comments

Color spaces of #979cea

RGB 151156234
HSL0.660.660.75
HSV236°35°92°
CMYK 0.350.330.00   0.08
XYZ39.502236.296882.7659
Yxy36.29680.24910.2289
Hunter Lab60.246811.6056-39.2787
CIE-Lab66.746116.4694-39.8613

#979cea color RGB value is (151,156,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011100 11101010
Octal 227 234 352
Decimal 151 156 234
Hex 97 9C EA

RGB Percentages of Color #979cea

%27.91
%28.84
%43.25

CMYK Percentages of Color #979cea

%35
%33
%0
%8

Triadic Colors of #979cea

#979cea #ea979c #9cea97

Analogous Colors of #979cea

#979cea #bc97ea #97c6ea

Monochromatic Colors of #979cea

#979cea

Complementary Color

#979cea #eae597

#979cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#979cea Color CSS Codes

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

#979cea Text Font Color

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

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


#979cea Background Color

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

This div background color is #979cea


#979cea Border Color

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

This div border color is #979cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979cea


Comments

No comments written yet.

Please login to write comment.