Color Hex Logo

#cc66ac Color Hex

#CC66AC
(204,102,172)
0 Favorites   0 Comments

Color spaces of #cc66ac

RGB 204102172
HSL0.890.500.60
HSV319°50°80°
CMYK 0.000.500.16   0.20
XYZ37.099625.318741.9614
Yxy25.31870.35540.2426
Hunter Lab50.317743.5534-14.2213
CIE-Lab57.384649.0968-19.0184

#cc66ac color RGB value is (204,102,172).

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

The process color (four color CMYK) of #cc66ac color hex is 0.00, 0.50, 0.16, 0.20. Web safe color of #cc66ac is #cc6699. Color #cc66ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100110 10101100
Octal 314 146 254
Decimal 204 102 172
Hex CC 66 AC

RGB Percentages of Color #cc66ac

%42.68
%21.34
%35.98

CMYK Percentages of Color #cc66ac

%0
%50
%16
%20

Triadic Colors of #cc66ac

#cc66ac #accc66 #66accc

Analogous Colors of #cc66ac

#cc66ac #cc6679 #b966cc

Monochromatic Colors of #cc66ac

#cc66ac

Complementary Color

#cc66ac #66cc86

#cc66ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc66ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc66ac Color CSS Codes

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

#cc66ac Text Font Color

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

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


#cc66ac Background Color

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

This div background color is #cc66ac


#cc66ac Border Color

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

This div border color is #cc66ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc66ac


Comments

No comments written yet.

Please login to write comment.