Color Hex Logo

#cc15ac Color Hex

#CC15AC
(204,21,172)
0 Favorites   0 Comments

Color spaces of #cc15ac

RGB 20421172
HSL0.860.810.44
HSV310°90°80°
CMYK 0.000.900.16   0.20
XYZ32.616416.352340.4670
Yxy16.35230.36470.1828
Hunter Lab40.438073.2078-31.0260
CIE-Lab47.433376.6351-34.4271

#cc15ac color RGB value is (204,21,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010101 10101100
Octal 314 25 254
Decimal 204 21 172
Hex CC 15 AC

RGB Percentages of Color #cc15ac

%51.39
%5.29
%43.32

CMYK Percentages of Color #cc15ac

%0
%90
%16
%20

Triadic Colors of #cc15ac

#cc15ac #accc15 #15accc

Analogous Colors of #cc15ac

#cc15ac #cc1551 #9115cc

Monochromatic Colors of #cc15ac

#cc15ac

Complementary Color

#cc15ac #15cc35

#cc15ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc15ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc15ac Color CSS Codes

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

#cc15ac Text Font Color

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

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


#cc15ac Background Color

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

This div background color is #cc15ac


#cc15ac Border Color

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

This div border color is #cc15ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc15ac


Comments

No comments written yet.

Please login to write comment.