Color Hex Logo

#8003db Color Hex

#8003DB
(128,3,219)
0 Favorites   0 Comments

Color spaces of #8003db

RGB 1283219
HSL0.760.970.44
HSV275°99°86°
CMYK 0.420.990.00   0.14
XYZ21.72089.768867.7586
Yxy9.76880.21890.0984
Hunter Lab31.255169.3527-106.6576
CIE-Lab37.424275.4140-78.6408

#8003db color RGB value is (128,3,219).

#8003db hex color red value is 128, green value is 3 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8003db hue: 0.76 , saturation: 0.97 and the lightness value of 8003db is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000011 11011011
Octal 200 3 333
Decimal 128 3 219
Hex 80 3 DB

RGB Percentages of Color #8003db

%36.57
%0.86
%62.57

CMYK Percentages of Color #8003db

%42
%99
%0
%14

Triadic Colors of #8003db

#8003db #db8003 #03db80

Analogous Colors of #8003db

#8003db #db03ca #1403db

Monochromatic Colors of #8003db

#8003db

Complementary Color

#8003db #5edb03

#8003db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8003db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8003db Color CSS Codes

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

#8003db Text Font Color

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

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


#8003db Background Color

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

This div background color is #8003db


#8003db Border Color

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

This div border color is #8003db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8003db


Comments

No comments written yet.

Please login to write comment.