Color Hex Logo

#c80add Color Hex

#C80ADD
(200,10,221)
0 Favorites   0 Comments

Color spaces of #c80add

RGB 20010221
HSL0.820.910.45
HSV294°95°87°
CMYK 0.100.950.00   0.13
XYZ36.979117.716969.8773
Yxy17.71690.29680.1422
Hunter Lab42.091483.1597-68.9651
CIE-Lab49.150984.1909-60.1839

#c80add color RGB value is (200,10,221).

#c80add hex color red value is 200, green value is 10 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c80add hue: 0.82 , saturation: 0.91 and the lightness value of c80add is 0.45.

The process color (four color CMYK) of #c80add color hex is 0.10, 0.95, 0.00, 0.13. Web safe color of #c80add is #cc00cc. Color #c80add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001010 11011101
Octal 310 12 335
Decimal 200 10 221
Hex C8 A DD

RGB Percentages of Color #c80add

%46.40
%2.32
%51.28

CMYK Percentages of Color #c80add

%10
%95
%0
%13

Triadic Colors of #c80add

#c80add #ddc80a #0addc8

Analogous Colors of #c80add

#c80add #dd0a89 #5f0add

Monochromatic Colors of #c80add

#c80add

Complementary Color

#c80add #1fdd0a

#c80add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80add Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80add Color CSS Codes

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

#c80add Text Font Color

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

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


#c80add Background Color

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

This div background color is #c80add


#c80add Border Color

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

This div border color is #c80add


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,10,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c80add; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c80add;
  -webkit-box-shadow: 1px 1px 3px 2px #c80add;
  box-shadow:         1px 1px 3px 2px #c80add; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,10,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 #c80add">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80add


Comments

No comments written yet.

Please login to write comment.