Color Hex Logo

#cc574f Color Hex

#CC574F
(204,87,79)
0 Favorites   0 Comments

Color spaces of #cc574f

RGB 2048779
HSL0.010.550.55
HSV61°80°
CMYK 0.000.570.61   0.20
XYZ29.721320.21839.7332
Yxy20.21830.49810.3388
Hunter Lab44.964839.298518.6413
CIE-Lab52.083145.913227.9591

#cc574f color RGB value is (204,87,79).

#cc574f hex color red value is 204, green value is 87 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cc574f hue: 0.01 , saturation: 0.55 and the lightness value of cc574f is 0.55.

The process color (four color CMYK) of #cc574f color hex is 0.00, 0.57, 0.61, 0.20. Web safe color of #cc574f is #cc6666. Color #cc574f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010111 01001111
Octal 314 127 117
Decimal 204 87 79
Hex CC 57 4F

RGB Percentages of Color #cc574f

%55.14
%23.51
%21.35

CMYK Percentages of Color #cc574f

%0
%57
%61
%20

Triadic Colors of #cc574f

#cc574f #4fcc57 #574fcc

Analogous Colors of #cc574f

#cc574f #cc964f #cc4f86

Monochromatic Colors of #cc574f

#cc574f

Complementary Color

#cc574f #4fc4cc

#cc574f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc574f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc574f Color CSS Codes

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

#cc574f Text Font Color

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

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


#cc574f Background Color

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

This div background color is #cc574f


#cc574f Border Color

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

This div border color is #cc574f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc574f


Comments

No comments written yet.

Please login to write comment.