Color Hex Logo

#cc20ca Color Hex

#CC20CA
(204,32,202)
0 Favorites   0 Comments

Color spaces of #cc20ca

RGB 20432202
HSL0.840.730.46
HSV301°84°80°
CMYK 0.000.840.01   0.20
XYZ36.079018.134757.4759
Yxy18.13470.32300.1624
Hunter Lab42.584976.7064-50.2131
CIE-Lab49.659179.0146-48.4309

#cc20ca color RGB value is (204,32,202).

#cc20ca hex color red value is 204, green value is 32 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #cc20ca hue: 0.84 , saturation: 0.73 and the lightness value of cc20ca is 0.46.

The process color (four color CMYK) of #cc20ca color hex is 0.00, 0.84, 0.01, 0.20. Web safe color of #cc20ca is #cc33cc. Color #cc20ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100000 11001010
Octal 314 40 312
Decimal 204 32 202
Hex CC 20 CA

RGB Percentages of Color #cc20ca

%46.58
%7.31
%46.12

CMYK Percentages of Color #cc20ca

%0
%84
%1
%20

Triadic Colors of #cc20ca

#cc20ca #cacc20 #20cacc

Analogous Colors of #cc20ca

#cc20ca #cc2074 #7820cc

Monochromatic Colors of #cc20ca

#cc20ca

Complementary Color

#cc20ca #20cc22

#cc20ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc20ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc20ca Color CSS Codes

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

#cc20ca Text Font Color

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

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


#cc20ca Background Color

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

This div background color is #cc20ca


#cc20ca Border Color

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

This div border color is #cc20ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc20ca


Comments

No comments written yet.

Please login to write comment.