Color Hex Logo

#800ddd Color Hex

#800DDD
(128,13,221)
0 Favorites   0 Comments

Color spaces of #800ddd

RGB 12813221
HSL0.760.890.46
HSV273°94°87°
CMYK 0.420.940.00   0.13
XYZ22.097210.097569.1910
Yxy10.09750.21800.0996
Hunter Lab31.776668.5187-106.8558
CIE-Lab38.016974.6153-78.8139

#800ddd color RGB value is (128,13,221).

#800ddd hex color red value is 128, green value is 13 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #800ddd hue: 0.76 , saturation: 0.89 and the lightness value of 800ddd is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00001101 11011101
Octal 200 15 335
Decimal 128 13 221
Hex 80 D DD

RGB Percentages of Color #800ddd

%35.36
%3.59
%61.05

CMYK Percentages of Color #800ddd

%42
%94
%0
%13

Triadic Colors of #800ddd

#800ddd #dd800d #0ddd80

Analogous Colors of #800ddd

#800ddd #dd0dd2 #180ddd

Monochromatic Colors of #800ddd

#800ddd

Complementary Color

#800ddd #6add0d

#800ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#800ddd Color CSS Codes

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

#800ddd Text Font Color

<p style="color:#800ddd">Text here</p>

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


#800ddd Background Color

<div style="background-color:#800ddd">
Div content here</div>

This div background color is #800ddd


#800ddd Border Color

<div style="border:3px solid #800ddd">
Div here</div>

This div border color is #800ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800ddd


Comments

No comments written yet.

Please login to write comment.