Color Hex Logo

#cc7dac Color Hex

#CC7DAC
(204,125,172)
0 Favorites   0 Comments

Color spaces of #cc7dac

RGB 204125172
HSL0.900.440.65
HSV324°39°80°
CMYK 0.000.390.16   0.20
XYZ39.681830.483242.8221
Yxy30.48320.35120.2698
Hunter Lab55.211631.6716-7.3372
CIE-Lab62.068937.1942-11.9305

#cc7dac color RGB value is (204,125,172).

#cc7dac hex color red value is 204, green value is 125 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cc7dac hue: 0.90 , saturation: 0.44 and the lightness value of cc7dac is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111101 10101100
Octal 314 175 254
Decimal 204 125 172
Hex CC 7D AC

RGB Percentages of Color #cc7dac

%40.72
%24.95
%34.33

CMYK Percentages of Color #cc7dac

%0
%39
%16
%20

Triadic Colors of #cc7dac

#cc7dac #accc7d #7daccc

Analogous Colors of #cc7dac

#cc7dac #cc7d85 #c57dcc

Monochromatic Colors of #cc7dac

#cc7dac

Complementary Color

#cc7dac #7dcc9d

#cc7dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7dac Color CSS Codes

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

#cc7dac Text Font Color

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

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


#cc7dac Background Color

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

This div background color is #cc7dac


#cc7dac Border Color

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

This div border color is #cc7dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7dac


Comments

No comments written yet.

Please login to write comment.