Color Hex Logo

#cc0cac Color Hex

#CC0CAC
(204,12,172)
0 Favorites   0 Comments

Color spaces of #cc0cac

RGB 20412172
HSL0.860.890.42
HSV310°94°80°
CMYK 0.000.940.16   0.20
XYZ32.479716.078940.4214
Yxy16.07890.36500.1807
Hunter Lab40.098574.4122-31.6985
CIE-Lab47.077877.6777-34.9860

#cc0cac color RGB value is (204,12,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00001100 10101100
Octal 314 14 254
Decimal 204 12 172
Hex CC C AC

RGB Percentages of Color #cc0cac

%52.58
%3.09
%44.33

CMYK Percentages of Color #cc0cac

%0
%94
%16
%20

Triadic Colors of #cc0cac

#cc0cac #accc0c #0caccc

Analogous Colors of #cc0cac

#cc0cac #cc0c4c #8c0ccc

Monochromatic Colors of #cc0cac

#cc0cac

Complementary Color

#cc0cac #0ccc2c

#cc0cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc0cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc0cac Color CSS Codes

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

#cc0cac Text Font Color

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

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


#cc0cac Background Color

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

This div background color is #cc0cac


#cc0cac Border Color

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

This div border color is #cc0cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc0cac


Comments

No comments written yet.

Please login to write comment.