Color Hex Logo

#cc574e Color Hex

#CC574E
(204,87,78)
0 Favorites   0 Comments

Color spaces of #cc574e

RGB 2048778
HSL0.010.550.55
HSV62°80°
CMYK 0.000.570.62   0.20
XYZ29.685220.20389.5429
Yxy20.20380.49950.3399
Hunter Lab44.948639.225718.8764
CIE-Lab52.066945.845928.5177

#cc574e color RGB value is (204,87,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010111 01001110
Octal 314 127 116
Decimal 204 87 78
Hex CC 57 4E

RGB Percentages of Color #cc574e

%55.28
%23.58
%21.14

CMYK Percentages of Color #cc574e

%0
%57
%62
%20

Triadic Colors of #cc574e

#cc574e #4ecc57 #574ecc

Analogous Colors of #cc574e

#cc574e #cc964e #cc4e84

Monochromatic Colors of #cc574e

#cc574e

Complementary Color

#cc574e #4ec3cc

#cc574e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc574e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc574e Color CSS Codes

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

#cc574e Text Font Color

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

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


#cc574e Background Color

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

This div background color is #cc574e


#cc574e Border Color

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

This div border color is #cc574e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc574e


Comments

No comments written yet.

Please login to write comment.