Color Hex Logo

#8000dd Color Hex

#8000DD
(128,0,221)
0 Favorites   0 Comments

Color spaces of #8000dd

RGB 1280221
HSL0.761.000.43
HSV275°100°87°
CMYK 0.421.000.00   0.13
XYZ21.95329.809769.1430
Yxy9.80970.21760.0972
Hunter Lab31.320470.3039-108.9643
CIE-Lab37.498776.1794-79.6675

#8000dd color RGB value is (128,0,221).

#8000dd hex color red value is 128, green value is 0 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8000dd hue: 0.76 , saturation: 1.00 and the lightness value of 8000dd is 0.43.

The process color (four color CMYK) of #8000dd color hex is 0.42, 1.00, 0.00, 0.13. Web safe color of #8000dd is #9900cc. Color #8000dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000000 11011101
Octal 200 0 335
Decimal 128 0 221
Hex 80 0 DD

RGB Percentages of Color #8000dd

%36.68
%0.00
%63.32

CMYK Percentages of Color #8000dd

%42
%100
%0
%13

Triadic Colors of #8000dd

#8000dd #dd8000 #00dd80

Analogous Colors of #8000dd

#8000dd #dd00cc #1200dd

Monochromatic Colors of #8000dd

#8000dd

Complementary Color

#8000dd #5ddd00

#8000dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8000dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8000dd Color CSS Codes

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

#8000dd Text Font Color

<p style="color:#8000dd">Text here</p>

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


#8000dd Background Color

<div style="background-color:#8000dd">
Div content here</div>

This div background color is #8000dd


#8000dd Border Color

<div style="border:3px solid #8000dd">
Div here</div>

This div border color is #8000dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,0,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8000dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8000dd;
  -webkit-box-shadow: 1px 1px 3px 2px #8000dd;
  box-shadow:         1px 1px 3px 2px #8000dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8000dd


Comments

No comments written yet.

Please login to write comment.