Color Hex Logo

#cc474f Color Hex

#CC474F
(204,71,79)
0 Favorites   0 Comments

Color spaces of #cc474f

RGB 2047179
HSL0.990.570.54
HSV356°65°80°
CMYK 0.000.650.61   0.20
XYZ28.566417.90849.3482
Yxy17.90840.51170.3208
Hunter Lab42.318346.436916.5255
CIE-Lab49.384853.089924.5018

#cc474f color RGB value is (204,71,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000111 01001111
Octal 314 107 117
Decimal 204 71 79
Hex CC 47 4F

RGB Percentages of Color #cc474f

%57.63
%20.06
%22.32

CMYK Percentages of Color #cc474f

%0
%65
%61
%20

Triadic Colors of #cc474f

#cc474f #4fcc47 #474fcc

Analogous Colors of #cc474f

#cc474f #cc8247 #cc4792

Monochromatic Colors of #cc474f

#cc474f

Complementary Color

#cc474f #47ccc4

#cc474f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc474f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc474f Color CSS Codes

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

#cc474f Text Font Color

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

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


#cc474f Background Color

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

This div background color is #cc474f


#cc474f Border Color

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

This div border color is #cc474f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc474f


Comments

No comments written yet.

Please login to write comment.