Color Hex Logo

#7880ad Color Hex

#7880AD
(120,128,173)
0 Favorites   0 Comments

Color spaces of #7880ad

RGB 120128173
HSL0.640.240.57
HSV231°31°68°
CMYK 0.310.260.00   0.32
XYZ23.007722.448542.6555
Yxy22.44850.26110.2548
Hunter Lab47.37983.7650-20.2122
CIE-Lab54.49977.7346-24.7906

#7880ad color RGB value is (120,128,173).

#7880ad hex color red value is 120, green value is 128 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7880ad hue: 0.64 , saturation: 0.24 and the lightness value of 7880ad is 0.57.

The process color (four color CMYK) of #7880ad color hex is 0.31, 0.26, 0.00, 0.32. Web safe color of #7880ad is #669999. Color #7880ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000000 10101101
Octal 170 200 255
Decimal 120 128 173
Hex 78 80 AD

RGB Percentages of Color #7880ad

%28.50
%30.40
%41.09

CMYK Percentages of Color #7880ad

%31
%26
%0
%32

Triadic Colors of #7880ad

#7880ad #ad7880 #80ad78

Analogous Colors of #7880ad

#7880ad #8b78ad #789bad

Monochromatic Colors of #7880ad

#7880ad

Complementary Color

#7880ad #ada578

#7880ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7880ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7880ad Color CSS Codes

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

#7880ad Text Font Color

<p style="color:#7880ad">Text here</p>

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


#7880ad Background Color

<div style="background-color:#7880ad">
Div content here</div>

This div background color is #7880ad


#7880ad Border Color

<div style="border:3px solid #7880ad">
Div here</div>

This div border color is #7880ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,128,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7880ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7880ad;
  -webkit-box-shadow: 1px 1px 3px 2px #7880ad;
  box-shadow:         1px 1px 3px 2px #7880ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7880ad


Comments

No comments written yet.

Please login to write comment.