Color Hex Logo

#7980df Color Hex

#7980DF
(121,128,223)
0 Favorites   0 Comments

Color spaces of #7980df

RGB 121128223
HSL0.660.610.67
HSV236°46°87°
CMYK 0.460.430.00   0.13
XYZ28.923624.831073.0805
Yxy24.83100.22800.1958
Hunter Lab49.830716.4043-52.0718
CIE-Lab56.910422.0423-49.4022

#7980df color RGB value is (121,128,223).

#7980df hex color red value is 121, green value is 128 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7980df hue: 0.66 , saturation: 0.61 and the lightness value of 7980df is 0.67.

The process color (four color CMYK) of #7980df color hex is 0.46, 0.43, 0.00, 0.13. Web safe color of #7980df is #6699cc. Color #7980df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000000 11011111
Octal 171 200 337
Decimal 121 128 223
Hex 79 80 DF

RGB Percentages of Color #7980df

%25.64
%27.12
%47.25

CMYK Percentages of Color #7980df

%46
%43
%0
%13

Triadic Colors of #7980df

#7980df #df7980 #80df79

Analogous Colors of #7980df

#7980df #a579df #79b3df

Monochromatic Colors of #7980df

#7980df

Complementary Color

#7980df #dfd879

#7980df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7980df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7980df Color CSS Codes

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

#7980df Text Font Color

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

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


#7980df Background Color

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

This div background color is #7980df


#7980df Border Color

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

This div border color is #7980df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7980df


Comments

No comments written yet.

Please login to write comment.