Color Hex Logo

#cc4109 Color Hex

#CC4109
(204,65,9)
0 Favorites   0 Comments

Color spaces of #cc4109

RGB 204659
HSL0.050.920.42
HSV17°96°80°
CMYK 0.000.680.96   0.20
XYZ26.841416.63772.0551
Yxy16.63770.58950.3654
Hunter Lab40.789346.080525.5653
CIE-Lab47.800353.038056.7503

#cc4109 color RGB value is (204,65,9).

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

The process color (four color CMYK) of #cc4109 color hex is 0.00, 0.68, 0.96, 0.20. Web safe color of #cc4109 is #cc3300. Color #cc4109 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000001 00001001
Octal 314 101 11
Decimal 204 65 9
Hex CC 41 9

RGB Percentages of Color #cc4109

%73.38
%23.38
%3.24

CMYK Percentages of Color #cc4109

%0
%68
%96
%20

Triadic Colors of #cc4109

#cc4109 #09cc41 #4109cc

Analogous Colors of #cc4109

#cc4109 #cca309 #cc0933

Monochromatic Colors of #cc4109

#cc4109

Complementary Color

#cc4109 #0994cc

#cc4109 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4109 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4109 Color CSS Codes

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

#cc4109 Text Font Color

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

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


#cc4109 Background Color

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

This div background color is #cc4109


#cc4109 Border Color

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

This div border color is #cc4109


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4109


Comments

No comments written yet.

Please login to write comment.