Color Hex Logo

#cc7cad Color Hex

#CC7CAD
(204,124,173)
0 Favorites   0 Comments

Color spaces of #cc7cad

RGB 204124173
HSL0.900.440.64
HSV323°39°80°
CMYK 0.000.390.15   0.20
XYZ39.652330.269843.2879
Yxy30.26980.35030.2674
Hunter Lab55.018032.3661-8.1365
CIE-Lab61.886337.8887-12.7747

#cc7cad color RGB value is (204,124,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111100 10101101
Octal 314 174 255
Decimal 204 124 173
Hex CC 7C AD

RGB Percentages of Color #cc7cad

%40.72
%24.75
%34.53

CMYK Percentages of Color #cc7cad

%0
%39
%15
%20

Triadic Colors of #cc7cad

#cc7cad #adcc7c #7cadcc

Analogous Colors of #cc7cad

#cc7cad #cc7c85 #c37ccc

Monochromatic Colors of #cc7cad

#cc7cad

Complementary Color

#cc7cad #7ccc9b

#cc7cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7cad Color CSS Codes

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

#cc7cad Text Font Color

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

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


#cc7cad Background Color

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

This div background color is #cc7cad


#cc7cad Border Color

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

This div border color is #cc7cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7cad


Comments

No comments written yet.

Please login to write comment.