Color Hex Logo

#8050db Color Hex

#8050DB
(128,80,219)
0 Favorites   0 Comments

Color spaces of #8050db

RGB 12880219
HSL0.720.660.59
HSV261°63°86°
CMYK 0.420.630.00   0.14
XYZ24.556915.441068.7039
Yxy15.44100.22590.1420
Hunter Lab39.295042.7848-76.1568
CIE-Lab46.232450.2122-64.2448

#8050db color RGB value is (128,80,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010000 11011011
Octal 200 120 333
Decimal 128 80 219
Hex 80 50 DB

RGB Percentages of Color #8050db

%29.98
%18.74
%51.29

CMYK Percentages of Color #8050db

%42
%63
%0
%14

Triadic Colors of #8050db

#8050db #db8050 #50db80

Analogous Colors of #8050db

#8050db #c650db #5066db

Monochromatic Colors of #8050db

#8050db

Complementary Color

#8050db #abdb50

#8050db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8050db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8050db Color CSS Codes

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

#8050db Text Font Color

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

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


#8050db Background Color

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

This div background color is #8050db


#8050db Border Color

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

This div border color is #8050db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8050db


Comments

No comments written yet.

Please login to write comment.