Color Hex Logo

#7978bd Color Hex

#7978BD
(121,120,189)
0 Favorites   0 Comments

Color spaces of #7978bd

RGB 121120189
HSL0.670.340.61
HSV241°37°74°
CMYK 0.360.370.00   0.26
XYZ23.786921.172050.9770
Yxy21.17200.24790.2207
Hunter Lab46.013011.7545-33.4772
CIE-Lab53.137217.0861-36.0967

#7978bd color RGB value is (121,120,189).

#7978bd hex color red value is 121, green value is 120 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7978bd hue: 0.67 , saturation: 0.34 and the lightness value of 7978bd is 0.61.

The process color (four color CMYK) of #7978bd color hex is 0.36, 0.37, 0.00, 0.26. Web safe color of #7978bd is #6666cc. Color #7978bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111000 10111101
Octal 171 170 275
Decimal 121 120 189
Hex 79 78 BD

RGB Percentages of Color #7978bd

%28.14
%27.91
%43.95

CMYK Percentages of Color #7978bd

%36
%37
%0
%26

Triadic Colors of #7978bd

#7978bd #bd7978 #78bd79

Analogous Colors of #7978bd

#7978bd #9c78bd #789abd

Monochromatic Colors of #7978bd

#7978bd

Complementary Color

#7978bd #bcbd78

#7978bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7978bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7978bd Color CSS Codes

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

#7978bd Text Font Color

<p style="color:#7978bd">Text here</p>

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


#7978bd Background Color

<div style="background-color:#7978bd">
Div content here</div>

This div background color is #7978bd


#7978bd Border Color

<div style="border:3px solid #7978bd">
Div here</div>

This div border color is #7978bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,120,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7978bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7978bd;
  -webkit-box-shadow: 1px 1px 3px 2px #7978bd;
  box-shadow:         1px 1px 3px 2px #7978bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,120,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7978bd


Comments

No comments written yet.

Please login to write comment.