Color Hex Logo

#cc56ad Color Hex

#CC56AD
(204,86,173)
0 Favorites   0 Comments

Color spaces of #cc56ad

RGB 20486173
HSL0.880.540.57
HSV316°58°80°
CMYK 0.000.580.15   0.20
XYZ35.772522.510141.9946
Yxy22.51010.35670.2245
Hunter Lab47.444851.5572-19.2677
CIE-Lab54.564156.8442-23.9198

#cc56ad color RGB value is (204,86,173).

#cc56ad hex color red value is 204, green value is 86 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cc56ad hue: 0.88 , saturation: 0.54 and the lightness value of cc56ad is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010110 10101101
Octal 314 126 255
Decimal 204 86 173
Hex CC 56 AD

RGB Percentages of Color #cc56ad

%44.06
%18.57
%37.37

CMYK Percentages of Color #cc56ad

%0
%58
%15
%20

Triadic Colors of #cc56ad

#cc56ad #adcc56 #56adcc

Analogous Colors of #cc56ad

#cc56ad #cc5672 #b056cc

Monochromatic Colors of #cc56ad

#cc56ad

Complementary Color

#cc56ad #56cc75

#cc56ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc56ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc56ad Color CSS Codes

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

#cc56ad Text Font Color

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

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


#cc56ad Background Color

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

This div background color is #cc56ad


#cc56ad Border Color

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

This div border color is #cc56ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc56ad


Comments

No comments written yet.

Please login to write comment.