Color Hex Logo

#cc32c2 Color Hex

#CC32C2
(204,50,194)
0 Favorites   0 Comments

Color spaces of #cc32c2

RGB 20450194
HSL0.840.610.50
HSV304°75°80°
CMYK 0.000.750.05   0.20
XYZ35.780019.013652.8231
Yxy19.01360.33250.1767
Hunter Lab43.604670.1612-41.3014
CIE-Lab50.703173.5116-42.1459

#cc32c2 color RGB value is (204,50,194).

#cc32c2 hex color red value is 204, green value is 50 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #cc32c2 hue: 0.84 , saturation: 0.61 and the lightness value of cc32c2 is 0.50.

The process color (four color CMYK) of #cc32c2 color hex is 0.00, 0.75, 0.05, 0.20. Web safe color of #cc32c2 is #cc33cc. Color #cc32c2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110010 11000010
Octal 314 62 302
Decimal 204 50 194
Hex CC 32 C2

RGB Percentages of Color #cc32c2

%45.54
%11.16
%43.30

CMYK Percentages of Color #cc32c2

%0
%75
%5
%20

Triadic Colors of #cc32c2

#cc32c2 #c2cc32 #32c2cc

Analogous Colors of #cc32c2

#cc32c2 #cc3275 #8932cc

Monochromatic Colors of #cc32c2

#cc32c2

Complementary Color

#cc32c2 #32cc3c

#cc32c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc32c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc32c2 Color CSS Codes

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

#cc32c2 Text Font Color

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

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


#cc32c2 Background Color

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

This div background color is #cc32c2


#cc32c2 Border Color

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

This div border color is #cc32c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc32c2


Comments

No comments written yet.

Please login to write comment.