Color Hex Logo

#cc480a Color Hex

#CC480A
(204,72,10)
0 Favorites   0 Comments

Color spaces of #cc480a

RGB 2047210
HSL0.050.910.42
HSV19°95°80°
CMYK 0.000.650.95   0.20
XYZ27.274017.49402.2263
Yxy17.49400.58040.3723
Hunter Lab41.825843.202026.1222
CIE-Lab48.876550.151857.1665

#cc480a color RGB value is (204,72,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001000 00001010
Octal 314 110 12
Decimal 204 72 10
Hex CC 48 A

RGB Percentages of Color #cc480a

%71.33
%25.17
%3.50

CMYK Percentages of Color #cc480a

%0
%65
%95
%20

Triadic Colors of #cc480a

#cc480a #0acc48 #480acc

Analogous Colors of #cc480a

#cc480a #cca90a #cc0a2d

Monochromatic Colors of #cc480a

#cc480a

Complementary Color

#cc480a #0a8ecc

#cc480a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc480a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc480a Color CSS Codes

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

#cc480a Text Font Color

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

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


#cc480a Background Color

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

This div background color is #cc480a


#cc480a Border Color

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

This div border color is #cc480a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc480a


Comments

No comments written yet.

Please login to write comment.