Color Hex Logo

#7978ca Color Hex

#7978CA
(121,120,202)
0 Favorites   0 Comments

Color spaces of #7978ca

RGB 121120202
HSL0.670.440.63
HSV241°41°79°
CMYK 0.400.410.00   0.21
XYZ25.262321.762258.7462
Yxy21.76220.23880.2057
Hunter Lab46.650015.0254-42.0088
CIE-Lab53.773820.7267-42.5187

#7978ca color RGB value is (121,120,202).

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

The process color (four color CMYK) of #7978ca color hex is 0.40, 0.41, 0.00, 0.21. Web safe color of #7978ca is #6666cc. Color #7978ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111000 11001010
Octal 171 170 312
Decimal 121 120 202
Hex 79 78 CA

RGB Percentages of Color #7978ca

%27.31
%27.09
%45.60

CMYK Percentages of Color #7978ca

%40
%41
%0
%21

Triadic Colors of #7978ca

#7978ca #ca7978 #78ca79

Analogous Colors of #7978ca

#7978ca #a278ca #78a0ca

Monochromatic Colors of #7978ca

#7978ca

Complementary Color

#7978ca #c9ca78

#7978ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7978ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7978ca Color CSS Codes

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

#7978ca Text Font Color

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

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


#7978ca Background Color

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

This div background color is #7978ca


#7978ca Border Color

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

This div border color is #7978ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7978ca


Comments

No comments written yet.

Please login to write comment.