Color Hex Logo

#7978ea Color Hex

#7978EA
(121,120,234)
0 Favorites   0 Comments

Color spaces of #7978ea

RGB 121120234
HSL0.670.730.69
HSV241°49°92°
CMYK 0.480.490.00   0.08
XYZ29.452923.438480.8136
Yxy23.43840.22030.1753
Hunter Lab48.413223.8700-65.0804
CIE-Lab55.521130.0698-57.7682

#7978ea color RGB value is (121,120,234).

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

The process color (four color CMYK) of #7978ea color hex is 0.48, 0.49, 0.00, 0.08. Web safe color of #7978ea is #6666ff. Color #7978ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111000 11101010
Octal 171 170 352
Decimal 121 120 234
Hex 79 78 EA

RGB Percentages of Color #7978ea

%25.47
%25.26
%49.26

CMYK Percentages of Color #7978ea

%48
%49
%0
%8

Triadic Colors of #7978ea

#7978ea #ea7978 #78ea79

Analogous Colors of #7978ea

#7978ea #b278ea #78b0ea

Monochromatic Colors of #7978ea

#7978ea

Complementary Color

#7978ea #e9ea78

#7978ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7978ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7978ea Color CSS Codes

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

#7978ea Text Font Color

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

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


#7978ea Background Color

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

This div background color is #7978ea


#7978ea Border Color

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

This div border color is #7978ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,120,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 #7978ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7978ea


Comments

No comments written yet.

Please login to write comment.