Color Hex Logo

#cc71ac Color Hex

#CC71AC
(204,113,172)
0 Favorites   0 Comments

Color spaces of #cc71ac

RGB 204113172
HSL0.890.470.62
HSV321°45°80°
CMYK 0.000.450.16   0.20
XYZ38.253427.626242.3459
Yxy27.62620.35350.2553
Hunter Lab52.560637.9304-10.9750
CIE-Lab59.549543.5149-15.7291

#cc71ac color RGB value is (204,113,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110001 10101100
Octal 314 161 254
Decimal 204 113 172
Hex CC 71 AC

RGB Percentages of Color #cc71ac

%41.72
%23.11
%35.17

CMYK Percentages of Color #cc71ac

%0
%45
%16
%20

Triadic Colors of #cc71ac

#cc71ac #accc71 #71accc

Analogous Colors of #cc71ac

#cc71ac #cc717f #bf71cc

Monochromatic Colors of #cc71ac

#cc71ac

Complementary Color

#cc71ac #71cc91

#cc71ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc71ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc71ac Color CSS Codes

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

#cc71ac Text Font Color

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

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


#cc71ac Background Color

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

This div background color is #cc71ac


#cc71ac Border Color

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

This div border color is #cc71ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc71ac


Comments

No comments written yet.

Please login to write comment.