Color Hex Logo

#cc477f Color Hex

#CC477F
(204,71,127)
0 Favorites   0 Comments

Color spaces of #cc477f

RGB 20471127
HSL0.930.570.54
HSV335°65°80°
CMYK 0.000.650.38   0.20
XYZ30.985818.876222.0890
Yxy18.87620.43070.2623
Hunter Lab43.446751.27270.2688
CIE-Lab50.542157.3020-2.7897

#cc477f color RGB value is (204,71,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000111 01111111
Octal 314 107 177
Decimal 204 71 127
Hex CC 47 7F

RGB Percentages of Color #cc477f

%50.75
%17.66
%31.59

CMYK Percentages of Color #cc477f

%0
%65
%38
%20

Triadic Colors of #cc477f

#cc477f #7fcc47 #477fcc

Analogous Colors of #cc477f

#cc477f #cc5247 #cc47c2

Monochromatic Colors of #cc477f

#cc477f

Complementary Color

#cc477f #47cc94

#cc477f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc477f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc477f Color CSS Codes

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

#cc477f Text Font Color

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

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


#cc477f Background Color

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

This div background color is #cc477f


#cc477f Border Color

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

This div border color is #cc477f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc477f


Comments

No comments written yet.

Please login to write comment.