Color Hex Logo

#7980cc Color Hex

#7980CC
(121,128,204)
0 Favorites   0 Comments

Color spaces of #7980cc

RGB 121128204
HSL0.650.450.64
HSV235°41°80°
CMYK 0.410.370.00   0.20
XYZ26.503423.862960.3359
Yxy23.86290.23940.2156
Hunter Lab48.849711.3583-39.0363
CIE-Lab55.950316.5259-40.2217

#7980cc color RGB value is (121,128,204).

#7980cc hex color red value is 121, green value is 128 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7980cc hue: 0.65 , saturation: 0.45 and the lightness value of 7980cc is 0.64.

The process color (four color CMYK) of #7980cc color hex is 0.41, 0.37, 0.00, 0.20. Web safe color of #7980cc is #6699cc. Color #7980cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000000 11001100
Octal 171 200 314
Decimal 121 128 204
Hex 79 80 CC

RGB Percentages of Color #7980cc

%26.71
%28.26
%45.03

CMYK Percentages of Color #7980cc

%41
%37
%0
%20

Triadic Colors of #7980cc

#7980cc #cc7980 #80cc79

Analogous Colors of #7980cc

#7980cc #9c79cc #79aacc

Monochromatic Colors of #7980cc

#7980cc

Complementary Color

#7980cc #ccc579

#7980cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7980cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7980cc Color CSS Codes

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

#7980cc Text Font Color

<p style="color:#7980cc">Text here</p>

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


#7980cc Background Color

<div style="background-color:#7980cc">
Div content here</div>

This div background color is #7980cc


#7980cc Border Color

<div style="border:3px solid #7980cc">
Div here</div>

This div border color is #7980cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,128,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7980cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7980cc;
  -webkit-box-shadow: 1px 1px 3px 2px #7980cc;
  box-shadow:         1px 1px 3px 2px #7980cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7980cc


Comments

No comments written yet.

Please login to write comment.