Color Hex Logo

#cc32ad Color Hex

#CC32AD
(204,50,173)
0 Favorites   0 Comments

Color spaces of #cc32ad

RGB 20450173
HSL0.870.610.50
HSV312°75°80°
CMYK 0.000.750.15   0.20
XYZ33.585318.135741.2656
Yxy18.13570.36120.1950
Hunter Lab42.586066.2477-27.6414
CIE-Lab49.660370.4687-31.5273

#cc32ad color RGB value is (204,50,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110010 10101101
Octal 314 62 255
Decimal 204 50 173
Hex CC 32 AD

RGB Percentages of Color #cc32ad

%47.78
%11.71
%40.52

CMYK Percentages of Color #cc32ad

%0
%75
%15
%20

Triadic Colors of #cc32ad

#cc32ad #adcc32 #32adcc

Analogous Colors of #cc32ad

#cc32ad #cc3260 #9e32cc

Monochromatic Colors of #cc32ad

#cc32ad

Complementary Color

#cc32ad #32cc51

#cc32ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc32ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc32ad Color CSS Codes

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

#cc32ad Text Font Color

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

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


#cc32ad Background Color

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

This div background color is #cc32ad


#cc32ad Border Color

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

This div border color is #cc32ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc32ad


Comments

No comments written yet.

Please login to write comment.