Color Hex Logo

#cc502c Color Hex

#CC502C
(204,80,44)
0 Favorites   0 Comments

Color spaces of #cc502c

RGB 2048044
HSL0.040.650.49
HSV14°78°80°
CMYK 0.000.610.78   0.20
XYZ28.225118.75654.5156
Yxy18.75650.54810.3642
Hunter Lab43.308840.541324.1343
CIE-Lab50.401147.370245.2566

#cc502c color RGB value is (204,80,44).

#cc502c hex color red value is 204, green value is 80 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #cc502c hue: 0.04 , saturation: 0.65 and the lightness value of cc502c is 0.49.

The process color (four color CMYK) of #cc502c color hex is 0.00, 0.61, 0.78, 0.20. Web safe color of #cc502c is #cc6633. Color #cc502c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010000 00101100
Octal 314 120 54
Decimal 204 80 44
Hex CC 50 2C

RGB Percentages of Color #cc502c

%62.20
%24.39
%13.41

CMYK Percentages of Color #cc502c

%0
%61
%78
%20

Triadic Colors of #cc502c

#cc502c #2ccc50 #502ccc

Analogous Colors of #cc502c

#cc502c #cca02c #cc2c58

Monochromatic Colors of #cc502c

#cc502c

Complementary Color

#cc502c #2ca8cc

#cc502c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc502c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc502c Color CSS Codes

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

#cc502c Text Font Color

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

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


#cc502c Background Color

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

This div background color is #cc502c


#cc502c Border Color

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

This div border color is #cc502c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc502c


Comments

No comments written yet.

Please login to write comment.