Color Hex Logo

#7978db Color Hex

#7978DB
(121,120,219)
0 Favorites   0 Comments

Color spaces of #7978db

RGB 121120219
HSL0.670.580.66
HSV241°45°86°
CMYK 0.450.450.00   0.14
XYZ27.387822.612469.9390
Yxy22.61240.22830.1885
Hunter Lab47.552519.5900-53.9155
CIE-Lab54.670825.6344-50.7176

#7978db color RGB value is (121,120,219).

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

The process color (four color CMYK) of #7978db color hex is 0.45, 0.45, 0.00, 0.14. Web safe color of #7978db is #6666cc. Color #7978db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111000 11011011
Octal 171 170 333
Decimal 121 120 219
Hex 79 78 DB

RGB Percentages of Color #7978db

%26.30
%26.09
%47.61

CMYK Percentages of Color #7978db

%45
%45
%0
%14

Triadic Colors of #7978db

#7978db #db7978 #78db79

Analogous Colors of #7978db

#7978db #ab78db #78a9db

Monochromatic Colors of #7978db

#7978db

Complementary Color

#7978db #dadb78

#7978db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7978db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7978db Color CSS Codes

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

#7978db Text Font Color

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

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


#7978db Background Color

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

This div background color is #7978db


#7978db Border Color

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

This div border color is #7978db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7978db


Comments

No comments written yet.

Please login to write comment.