Color Hex Logo

#8003dc Color Hex

#8003DC
(128,3,220)
0 Favorites   0 Comments

Color spaces of #8003dc

RGB 1283220
HSL0.760.970.44
HSV275°99°86°
CMYK 0.420.990.00   0.14
XYZ21.85299.821668.4541
Yxy9.82160.21820.0981
Hunter Lab31.339469.6236-107.5684
CIE-Lab37.520375.6183-79.0574

#8003dc color RGB value is (128,3,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000011 11011100
Octal 200 3 334
Decimal 128 3 220
Hex 80 3 DC

RGB Percentages of Color #8003dc

%36.47
%0.85
%62.68

CMYK Percentages of Color #8003dc

%42
%99
%0
%14

Triadic Colors of #8003dc

#8003dc #dc8003 #03dc80

Analogous Colors of #8003dc

#8003dc #dc03cc #1403dc

Monochromatic Colors of #8003dc

#8003dc

Complementary Color

#8003dc #5fdc03

#8003dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8003dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8003dc Color CSS Codes

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

#8003dc Text Font Color

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

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


#8003dc Background Color

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

This div background color is #8003dc


#8003dc Border Color

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

This div border color is #8003dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8003dc


Comments

No comments written yet.

Please login to write comment.