Color Hex Logo

#cc2ade Color Hex

#CC2ADE
(204,42,222)
0 Favorites   0 Comments

Color spaces of #cc2ade

RGB 20442222
HSL0.820.730.52
HSV294°81°87°
CMYK 0.080.810.00   0.13
XYZ38.914619.767270.8717
Yxy19.76720.30040.1526
Hunter Lab44.460378.4294-63.3886
CIE-Lab51.573080.0113-56.8224

#cc2ade color RGB value is (204,42,222).

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

The process color (four color CMYK) of #cc2ade color hex is 0.08, 0.81, 0.00, 0.13. Web safe color of #cc2ade is #cc33cc. Color #cc2ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101010 11011110
Octal 314 52 336
Decimal 204 42 222
Hex CC 2A DE

RGB Percentages of Color #cc2ade

%43.59
%8.97
%47.44

CMYK Percentages of Color #cc2ade

%8
%81
%0
%13

Triadic Colors of #cc2ade

#cc2ade #decc2a #2adecc

Analogous Colors of #cc2ade

#cc2ade #de2a96 #722ade

Monochromatic Colors of #cc2ade

#cc2ade

Complementary Color

#cc2ade #3cde2a

#cc2ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc2ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc2ade Color CSS Codes

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

#cc2ade Text Font Color

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

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


#cc2ade Background Color

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

This div background color is #cc2ade


#cc2ade Border Color

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

This div border color is #cc2ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc2ade


Comments

No comments written yet.

Please login to write comment.