Color Hex Logo

#cc480e Color Hex

#CC480E
(204,72,14)
0 Favorites   0 Comments

Color spaces of #cc480e

RGB 2047214
HSL0.050.870.43
HSV18°93°80°
CMYK 0.000.650.93   0.20
XYZ27.298517.50382.3552
Yxy17.50380.57890.3712
Hunter Lab41.837543.253425.9486
CIE-Lab48.888750.198356.1517

#cc480e color RGB value is (204,72,14).

#cc480e hex color red value is 204, green value is 72 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #cc480e hue: 0.05 , saturation: 0.87 and the lightness value of cc480e is 0.43.

The process color (four color CMYK) of #cc480e color hex is 0.00, 0.65, 0.93, 0.20. Web safe color of #cc480e is #cc3300. Color #cc480e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001000 00001110
Octal 314 110 16
Decimal 204 72 14
Hex CC 48 E

RGB Percentages of Color #cc480e

%70.34
%24.83
%4.83

CMYK Percentages of Color #cc480e

%0
%65
%93
%20

Triadic Colors of #cc480e

#cc480e #0ecc48 #480ecc

Analogous Colors of #cc480e

#cc480e #cca70e #cc0e33

Monochromatic Colors of #cc480e

#cc480e

Complementary Color

#cc480e #0e92cc

#cc480e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc480e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc480e Color CSS Codes

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

#cc480e Text Font Color

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

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


#cc480e Background Color

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

This div background color is #cc480e


#cc480e Border Color

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

This div border color is #cc480e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc480e


Comments

No comments written yet.

Please login to write comment.