Color Hex Logo

#802cdd Color Hex

#802CDD
(128,44,221)
0 Favorites   0 Comments

Color spaces of #802cdd

RGB 12844221
HSL0.750.720.52
HSV268°80°87°
CMYK 0.420.800.00   0.13
XYZ22.853911.611069.4432
Yxy11.61100.21990.1117
Hunter Lab34.074960.0881-96.9780
CIE-Lab40.591166.9896-74.5843

#802cdd color RGB value is (128,44,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101100 11011101
Octal 200 54 335
Decimal 128 44 221
Hex 80 2C DD

RGB Percentages of Color #802cdd

%32.57
%11.20
%56.23

CMYK Percentages of Color #802cdd

%42
%80
%0
%13

Triadic Colors of #802cdd

#802cdd #dd802c #2cdd80

Analogous Colors of #802cdd

#802cdd #d92cdd #2c31dd

Monochromatic Colors of #802cdd

#802cdd

Complementary Color

#802cdd #89dd2c

#802cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#802cdd Color CSS Codes

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

#802cdd Text Font Color

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

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


#802cdd Background Color

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

This div background color is #802cdd


#802cdd Border Color

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

This div border color is #802cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802cdd


Comments

No comments written yet.

Please login to write comment.