Color Hex Logo

#8079db Color Hex

#8079DB
(128,121,219)
0 Favorites   0 Comments

Color spaces of #8079db

RGB 128121219
HSL0.680.580.67
HSV244°45°86°
CMYK 0.420.450.00   0.14
XYZ28.525623.378470.0269
Yxy23.37840.23390.1917
Hunter Lab48.351220.6944-52.0237
CIE-Lab55.460026.7443-49.4292

#8079db color RGB value is (128,121,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111001 11011011
Octal 200 171 333
Decimal 128 121 219
Hex 80 79 DB

RGB Percentages of Color #8079db

%27.35
%25.85
%46.79

CMYK Percentages of Color #8079db

%42
%45
%0
%14

Triadic Colors of #8079db

#8079db #db8079 #79db80

Analogous Colors of #8079db

#8079db #b179db #79a3db

Monochromatic Colors of #8079db

#8079db

Complementary Color

#8079db #d4db79

#8079db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8079db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8079db Color CSS Codes

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

#8079db Text Font Color

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

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


#8079db Background Color

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

This div background color is #8079db


#8079db Border Color

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

This div border color is #8079db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,121,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 #8079db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8079db


Comments

No comments written yet.

Please login to write comment.