Color Hex Logo

#cc0ade Color Hex

#CC0ADE
(204,10,222)
0 Favorites   0 Comments

Color spaces of #cc0ade

RGB 20410222
HSL0.820.910.45
HSV295°95°87°
CMYK 0.080.950.00   0.13
XYZ38.195218.328470.6319
Yxy18.32840.30040.1441
Hunter Lab42.811784.3315-67.8501
CIE-Lab49.892084.9547-59.5249

#cc0ade color RGB value is (204,10,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00001010 11011110
Octal 314 12 336
Decimal 204 10 222
Hex CC A DE

RGB Percentages of Color #cc0ade

%46.79
%2.29
%50.92

CMYK Percentages of Color #cc0ade

%8
%95
%0
%13

Triadic Colors of #cc0ade

#cc0ade #decc0a #0adecc

Analogous Colors of #cc0ade

#cc0ade #de0a86 #620ade

Monochromatic Colors of #cc0ade

#cc0ade

Complementary Color

#cc0ade #1cde0a

#cc0ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc0ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc0ade Color CSS Codes

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

#cc0ade Text Font Color

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

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


#cc0ade Background Color

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

This div background color is #cc0ade


#cc0ade Border Color

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

This div border color is #cc0ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc0ade


Comments

No comments written yet.

Please login to write comment.