Color Hex Logo

#8028db Color Hex

#8028DB
(128,40,219)
0 Favorites   0 Comments

Color spaces of #8028db

RGB 12840219
HSL0.750.710.51
HSV269°82°86°
CMYK 0.420.820.00   0.14
XYZ22.447111.221368.0007
Yxy11.22130.22080.1104
Hunter Lab33.498260.9907-96.9088
CIE-Lab39.950767.8939-74.4880

#8028db color RGB value is (128,40,219).

#8028db hex color red value is 128, green value is 40 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8028db hue: 0.75 , saturation: 0.71 and the lightness value of 8028db is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101000 11011011
Octal 200 50 333
Decimal 128 40 219
Hex 80 28 DB

RGB Percentages of Color #8028db

%33.07
%10.34
%56.59

CMYK Percentages of Color #8028db

%42
%82
%0
%14

Triadic Colors of #8028db

#8028db #db8028 #28db80

Analogous Colors of #8028db

#8028db #da28db #282adb

Monochromatic Colors of #8028db

#8028db

Complementary Color

#8028db #83db28

#8028db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8028db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8028db Color CSS Codes

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

#8028db Text Font Color

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

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


#8028db Background Color

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

This div background color is #8028db


#8028db Border Color

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

This div border color is #8028db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8028db


Comments

No comments written yet.

Please login to write comment.