Color Hex Logo

#7880db Color Hex

#7880DB
(120,128,219)
0 Favorites   0 Comments

Color spaces of #7880db

RGB 120128219
HSL0.650.580.66
HSV235°45°86°
CMYK 0.450.420.00   0.14
XYZ28.251124.545970.2667
Yxy24.54590.22960.1995
Hunter Lab49.543815.0834-49.4088
CIE-Lab56.630320.6227-47.6083

#7880db color RGB value is (120,128,219).

#7880db hex color red value is 120, green value is 128 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7880db hue: 0.65 , saturation: 0.58 and the lightness value of 7880db is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000000 11011011
Octal 170 200 333
Decimal 120 128 219
Hex 78 80 DB

RGB Percentages of Color #7880db

%25.70
%27.41
%46.90

CMYK Percentages of Color #7880db

%45
%42
%0
%14

Triadic Colors of #7880db

#7880db #db7880 #80db78

Analogous Colors of #7880db

#7880db #a278db #78b2db

Monochromatic Colors of #7880db

#7880db

Complementary Color

#7880db #dbd378

#7880db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7880db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7880db Color CSS Codes

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

#7880db Text Font Color

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

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


#7880db Background Color

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

This div background color is #7880db


#7880db Border Color

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

This div border color is #7880db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7880db


Comments

No comments written yet.

Please login to write comment.