Color Hex Logo

#cc64ac Color Hex

#CC64AC
(204,100,172)
0 Favorites   0 Comments

Color spaces of #cc64ac

RGB 204100172
HSL0.880.500.60
HSV318°51°80°
CMYK 0.000.510.16   0.20
XYZ36.905424.930341.8966
Yxy24.93030.35580.2403
Hunter Lab49.930344.5584-14.7992
CIE-Lab57.007450.0839-19.5938

#cc64ac color RGB value is (204,100,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100100 10101100
Octal 314 144 254
Decimal 204 100 172
Hex CC 64 AC

RGB Percentages of Color #cc64ac

%42.86
%21.01
%36.13

CMYK Percentages of Color #cc64ac

%0
%51
%16
%20

Triadic Colors of #cc64ac

#cc64ac #accc64 #64accc

Analogous Colors of #cc64ac

#cc64ac #cc6478 #b864cc

Monochromatic Colors of #cc64ac

#cc64ac

Complementary Color

#cc64ac #64cc84

#cc64ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc64ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc64ac Color CSS Codes

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

#cc64ac Text Font Color

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

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


#cc64ac Background Color

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

This div background color is #cc64ac


#cc64ac Border Color

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

This div border color is #cc64ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc64ac


Comments

No comments written yet.

Please login to write comment.