Color Hex Logo

#c80cde Color Hex

#C80CDE
(200,12,222)
0 Favorites   0 Comments

Color spaces of #c80cde

RGB 20012222
HSL0.820.900.46
HSV294°95°87°
CMYK 0.100.950.00   0.13
XYZ37.135717.816270.5888
Yxy17.81620.29580.1419
Hunter Lab42.209283.1782-69.6074
CIE-Lab49.272484.1817-60.5580

#c80cde color RGB value is (200,12,222).

#c80cde hex color red value is 200, green value is 12 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c80cde hue: 0.82 , saturation: 0.90 and the lightness value of c80cde is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001100 11011110
Octal 310 14 336
Decimal 200 12 222
Hex C8 C DE

RGB Percentages of Color #c80cde

%46.08
%2.76
%51.15

CMYK Percentages of Color #c80cde

%10
%95
%0
%13

Triadic Colors of #c80cde

#c80cde #dec80c #0cdec8

Analogous Colors of #c80cde

#c80cde #de0c8b #5f0cde

Monochromatic Colors of #c80cde

#c80cde

Complementary Color

#c80cde #22de0c

#c80cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80cde Color CSS Codes

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

#c80cde Text Font Color

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

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


#c80cde Background Color

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

This div background color is #c80cde


#c80cde Border Color

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

This div border color is #c80cde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,12,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80cde


Comments

No comments written yet.

Please login to write comment.