Color Hex Logo

#cc524d Color Hex

#CC524D
(204,82,77)
0 Favorites   0 Comments

Color spaces of #cc524d

RGB 2048277
HSL0.010.550.55
HSV62°80°
CMYK 0.000.600.62   0.20
XYZ29.258719.40789.2252
Yxy19.40780.50540.3352
Hunter Lab44.054341.456018.4224
CIE-Lab51.160948.118227.9528

#cc524d color RGB value is (204,82,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010010 01001101
Octal 314 122 115
Decimal 204 82 77
Hex CC 52 4D

RGB Percentages of Color #cc524d

%56.20
%22.59
%21.21

CMYK Percentages of Color #cc524d

%0
%60
%62
%20

Triadic Colors of #cc524d

#cc524d #4dcc52 #524dcc

Analogous Colors of #cc524d

#cc524d #cc924d #cc4d88

Monochromatic Colors of #cc524d

#cc524d

Complementary Color

#cc524d #4dc7cc

#cc524d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc524d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc524d Color CSS Codes

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

#cc524d Text Font Color

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

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


#cc524d Background Color

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

This div background color is #cc524d


#cc524d Border Color

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

This div border color is #cc524d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc524d

#cc524d Color Palettes


Comments

No comments written yet.

Please login to write comment.