Color Hex Logo

#cc476f Color Hex

#CC476F
(204,71,111)
0 Favorites   0 Comments

Color spaces of #cc476f

RGB 20471111
HSL0.950.570.54
HSV342°65°80°
CMYK 0.000.650.46   0.20
XYZ30.024318.491517.0257
Yxy18.49150.45810.2821
Hunter Lab43.001749.37766.6265
CIE-Lab50.086955.66706.1943

#cc476f color RGB value is (204,71,111).

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

The process color (four color CMYK) of #cc476f color hex is 0.00, 0.65, 0.46, 0.20. Web safe color of #cc476f is #cc3366. Color #cc476f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000111 01101111
Octal 314 107 157
Decimal 204 71 111
Hex CC 47 6F

RGB Percentages of Color #cc476f

%52.85
%18.39
%28.76

CMYK Percentages of Color #cc476f

%0
%65
%46
%20

Triadic Colors of #cc476f

#cc476f #6fcc47 #476fcc

Analogous Colors of #cc476f

#cc476f #cc6247 #cc47b2

Monochromatic Colors of #cc476f

#cc476f

Complementary Color

#cc476f #47cca4

#cc476f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc476f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc476f Color CSS Codes

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

#cc476f Text Font Color

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

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


#cc476f Background Color

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

This div background color is #cc476f


#cc476f Border Color

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

This div border color is #cc476f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc476f


Comments

No comments written yet.

Please login to write comment.