Color Hex Logo

#cc34ac Color Hex

#CC34AC
(204,52,172)
0 Favorites   0 Comments

Color spaces of #cc34ac

RGB 20452172
HSL0.870.600.50
HSV313°75°80°
CMYK 0.000.750.16   0.20
XYZ33.576218.271940.7869
Yxy18.27190.36250.1972
Hunter Lab42.745665.4048-26.6512
CIE-Lab49.824269.7300-30.6828

#cc34ac color RGB value is (204,52,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110100 10101100
Octal 314 64 254
Decimal 204 52 172
Hex CC 34 AC

RGB Percentages of Color #cc34ac

%47.66
%12.15
%40.19

CMYK Percentages of Color #cc34ac

%0
%75
%16
%20

Triadic Colors of #cc34ac

#cc34ac #accc34 #34accc

Analogous Colors of #cc34ac

#cc34ac #cc3460 #a034cc

Monochromatic Colors of #cc34ac

#cc34ac

Complementary Color

#cc34ac #34cc54

#cc34ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc34ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc34ac Color CSS Codes

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

#cc34ac Text Font Color

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

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


#cc34ac Background Color

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

This div background color is #cc34ac


#cc34ac Border Color

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

This div border color is #cc34ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,52,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 #cc34ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc34ac


Comments

No comments written yet.

Please login to write comment.