Color Hex Logo

#7980dd Color Hex

#7980DD
(121,128,221)
0 Favorites   0 Comments

Color spaces of #7980dd

RGB 121128221
HSL0.660.600.67
HSV236°45°87°
CMYK 0.450.420.00   0.13
XYZ28.655524.723771.6685
Yxy24.72370.22920.1977
Hunter Lab49.722915.8550-50.6520
CIE-Lab56.805221.4533-48.4485

#7980dd color RGB value is (121,128,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000000 11011101
Octal 171 200 335
Decimal 121 128 221
Hex 79 80 DD

RGB Percentages of Color #7980dd

%25.74
%27.23
%47.02

CMYK Percentages of Color #7980dd

%45
%42
%0
%13

Triadic Colors of #7980dd

#7980dd #dd7980 #80dd79

Analogous Colors of #7980dd

#7980dd #a479dd #79b2dd

Monochromatic Colors of #7980dd

#7980dd

Complementary Color

#7980dd #ddd679

#7980dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7980dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7980dd Color CSS Codes

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

#7980dd Text Font Color

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

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


#7980dd Background Color

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

This div background color is #7980dd


#7980dd Border Color

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

This div border color is #7980dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7980dd


Comments

No comments written yet.

Please login to write comment.