Color Hex Logo

#cc566f Color Hex

#CC566F
(204,86,111)
0 Favorites   0 Comments

Color spaces of #cc566f

RGB 20486111
HSL0.960.540.57
HSV347°58°80°
CMYK 0.000.580.46   0.20
XYZ31.098920.640617.3839
Yxy20.64060.44990.2986
Hunter Lab45.431942.68039.1158
CIE-Lab52.553949.04859.6974

#cc566f color RGB value is (204,86,111).

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

The process color (four color CMYK) of #cc566f color hex is 0.00, 0.58, 0.46, 0.20. Web safe color of #cc566f is #cc6666. Color #cc566f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010110 01101111
Octal 314 126 157
Decimal 204 86 111
Hex CC 56 6F

RGB Percentages of Color #cc566f

%50.87
%21.45
%27.68

CMYK Percentages of Color #cc566f

%0
%58
%46
%20

Triadic Colors of #cc566f

#cc566f #6fcc56 #566fcc

Analogous Colors of #cc566f

#cc566f #cc7856 #cc56aa

Monochromatic Colors of #cc566f

#cc566f

Complementary Color

#cc566f #56ccb3

#cc566f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc566f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc566f Color CSS Codes

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

#cc566f Text Font Color

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

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


#cc566f Background Color

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

This div background color is #cc566f


#cc566f Border Color

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

This div border color is #cc566f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc566f


Comments

No comments written yet.

Please login to write comment.