Color Hex Logo

#cc32ac Color Hex

#CC32AC
(204,50,172)
0 Favorites   0 Comments

Color spaces of #cc32ac

RGB 20450172
HSL0.870.610.50
HSV312°75°80°
CMYK 0.000.750.16   0.20
XYZ33.488818.097140.7578
Yxy18.09710.36270.1960
Hunter Lab42.540766.0722-27.0267
CIE-Lab49.613770.3307-31.0116

#cc32ac color RGB value is (204,50,172).

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

The process color (four color CMYK) of #cc32ac color hex is 0.00, 0.75, 0.16, 0.20. Web safe color of #cc32ac is #cc3399. Color #cc32ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110010 10101100
Octal 314 62 254
Decimal 204 50 172
Hex CC 32 AC

RGB Percentages of Color #cc32ac

%47.89
%11.74
%40.38

CMYK Percentages of Color #cc32ac

%0
%75
%16
%20

Triadic Colors of #cc32ac

#cc32ac #accc32 #32accc

Analogous Colors of #cc32ac

#cc32ac #cc325f #9f32cc

Monochromatic Colors of #cc32ac

#cc32ac

Complementary Color

#cc32ac #32cc52

#cc32ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc32ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc32ac Color CSS Codes

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

#cc32ac Text Font Color

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

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


#cc32ac Background Color

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

This div background color is #cc32ac


#cc32ac Border Color

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

This div border color is #cc32ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc32ac


Comments

No comments written yet.

Please login to write comment.