Color Hex Logo

#cc2adc Color Hex

#CC2ADC
(204,42,220)
0 Favorites   0 Comments

Color spaces of #cc2adc

RGB 20442220
HSL0.820.720.51
HSV295°81°86°
CMYK 0.070.810.00   0.14
XYZ38.648119.660669.4680
Yxy19.66060.30250.1539
Hunter Lab44.340377.9896-61.8516
CIE-Lab51.451379.6864-55.8803

#cc2adc color RGB value is (204,42,220).

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

The process color (four color CMYK) of #cc2adc color hex is 0.07, 0.81, 0.00, 0.14. Web safe color of #cc2adc is #cc33cc. Color #cc2adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101010 11011100
Octal 314 52 334
Decimal 204 42 220
Hex CC 2A DC

RGB Percentages of Color #cc2adc

%43.78
%9.01
%47.21

CMYK Percentages of Color #cc2adc

%7
%81
%0
%14

Triadic Colors of #cc2adc

#cc2adc #dccc2a #2adccc

Analogous Colors of #cc2adc

#cc2adc #dc2a93 #732adc

Monochromatic Colors of #cc2adc

#cc2adc

Complementary Color

#cc2adc #3adc2a

#cc2adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc2adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc2adc Color CSS Codes

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

#cc2adc Text Font Color

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

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


#cc2adc Background Color

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

This div background color is #cc2adc


#cc2adc Border Color

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

This div border color is #cc2adc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,42,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc2adc


Comments

No comments written yet.

Please login to write comment.