Color Hex Logo

#cc503f Color Hex

#CC503F
(204,80,63)
0 Favorites   0 Comments

Color spaces of #cc503f

RGB 2048063
HSL0.020.580.52
HSV69°80°
CMYK 0.000.610.69   0.20
XYZ28.667718.93366.8462
Yxy18.93360.52650.3477
Hunter Lab43.512841.454621.1304
CIE-Lab50.609448.206835.3147

#cc503f color RGB value is (204,80,63).

#cc503f hex color red value is 204, green value is 80 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #cc503f hue: 0.02 , saturation: 0.58 and the lightness value of cc503f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010000 00111111
Octal 314 120 77
Decimal 204 80 63
Hex CC 50 3F

RGB Percentages of Color #cc503f

%58.79
%23.05
%18.16

CMYK Percentages of Color #cc503f

%0
%61
%69
%20

Triadic Colors of #cc503f

#cc503f #3fcc50 #503fcc

Analogous Colors of #cc503f

#cc503f #cc973f #cc3f75

Monochromatic Colors of #cc503f

#cc503f

Complementary Color

#cc503f #3fbbcc

#cc503f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc503f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc503f Color CSS Codes

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

#cc503f Text Font Color

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

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


#cc503f Background Color

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

This div background color is #cc503f


#cc503f Border Color

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

This div border color is #cc503f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc503f


Comments

No comments written yet.

Please login to write comment.