Color Hex Logo

#802ddd Color Hex

#802DDD
(128,45,221)
0 Favorites   0 Comments

Color spaces of #802ddd

RGB 12845221
HSL0.750.720.52
HSV268°80°87°
CMYK 0.420.800.00   0.13
XYZ22.891611.686469.4558
Yxy11.68640.22000.1123
Hunter Lab34.185459.7048-96.5321
CIE-Lab40.713366.6336-74.3840

#802ddd color RGB value is (128,45,221).

#802ddd hex color red value is 128, green value is 45 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #802ddd hue: 0.75 , saturation: 0.72 and the lightness value of 802ddd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101101 11011101
Octal 200 55 335
Decimal 128 45 221
Hex 80 2D DD

RGB Percentages of Color #802ddd

%32.49
%11.42
%56.09

CMYK Percentages of Color #802ddd

%42
%80
%0
%13

Triadic Colors of #802ddd

#802ddd #dd802d #2ddd80

Analogous Colors of #802ddd

#802ddd #d82ddd #2d32dd

Monochromatic Colors of #802ddd

#802ddd

Complementary Color

#802ddd #8add2d

#802ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#802ddd Color CSS Codes

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

#802ddd Text Font Color

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

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


#802ddd Background Color

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

This div background color is #802ddd


#802ddd Border Color

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

This div border color is #802ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802ddd


Comments

No comments written yet.

Please login to write comment.