Color Hex Logo

#cc72af Color Hex

#CC72AF
(204,114,175)
0 Favorites   0 Comments

Color spaces of #cc72af

RGB 204114175
HSL0.890.470.62
HSV319°44°80°
CMYK 0.000.440.14   0.20
XYZ38.657027.967143.9182
Yxy27.96710.34970.2530
Hunter Lab52.883937.9327-12.2195
CIE-Lab59.859043.4746-16.9804

#cc72af color RGB value is (204,114,175).

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

The process color (four color CMYK) of #cc72af color hex is 0.00, 0.44, 0.14, 0.20. Web safe color of #cc72af is #cc6699. Color #cc72af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110010 10101111
Octal 314 162 257
Decimal 204 114 175
Hex CC 72 AF

RGB Percentages of Color #cc72af

%41.38
%23.12
%35.50

CMYK Percentages of Color #cc72af

%0
%44
%14
%20

Triadic Colors of #cc72af

#cc72af #afcc72 #72afcc

Analogous Colors of #cc72af

#cc72af #cc7282 #bc72cc

Monochromatic Colors of #cc72af

#cc72af

Complementary Color

#cc72af #72cc8f

#cc72af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc72af Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc72af Color CSS Codes

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

#cc72af Text Font Color

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

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


#cc72af Background Color

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

This div background color is #cc72af


#cc72af Border Color

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

This div border color is #cc72af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,114,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cc72af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc72af


Comments

No comments written yet.

Please login to write comment.