Color Hex Logo

#cc14ac Color Hex

#CC14AC
(204,20,172)
0 Favorites   0 Comments

Color spaces of #cc14ac

RGB 20420172
HSL0.860.820.44
HSV310°90°80°
CMYK 0.000.900.16   0.20
XYZ32.598416.316240.4609
Yxy16.31620.36470.1826
Hunter Lab40.393373.3656-31.1139
CIE-Lab47.386676.7720-34.5004

#cc14ac color RGB value is (204,20,172).

#cc14ac hex color red value is 204, green value is 20 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cc14ac hue: 0.86 , saturation: 0.82 and the lightness value of cc14ac is 0.44.

The process color (four color CMYK) of #cc14ac color hex is 0.00, 0.90, 0.16, 0.20. Web safe color of #cc14ac is #cc0099. Color #cc14ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010100 10101100
Octal 314 24 254
Decimal 204 20 172
Hex CC 14 AC

RGB Percentages of Color #cc14ac

%51.52
%5.05
%43.43

CMYK Percentages of Color #cc14ac

%0
%90
%16
%20

Triadic Colors of #cc14ac

#cc14ac #accc14 #14accc

Analogous Colors of #cc14ac

#cc14ac #cc1450 #9014cc

Monochromatic Colors of #cc14ac

#cc14ac

Complementary Color

#cc14ac #14cc34

#cc14ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc14ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc14ac Color CSS Codes

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

#cc14ac Text Font Color

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

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


#cc14ac Background Color

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

This div background color is #cc14ac


#cc14ac Border Color

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

This div border color is #cc14ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc14ac


Comments

No comments written yet.

Please login to write comment.