Color Hex Logo

#cc440d Color Hex

#CC440D
(204,68,13)
0 Favorites   0 Comments

Color spaces of #cc440d

RGB 2046813
HSL0.050.880.43
HSV17°94°80°
CMYK 0.000.670.94   0.20
XYZ27.041617.00072.2370
Yxy17.00070.58430.3673
Hunter Lab41.231944.911925.6456
CIE-Lab48.260951.865956.0176

#cc440d color RGB value is (204,68,13).

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

The process color (four color CMYK) of #cc440d color hex is 0.00, 0.67, 0.94, 0.20. Web safe color of #cc440d is #cc3300. Color #cc440d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000100 00001101
Octal 314 104 15
Decimal 204 68 13
Hex CC 44 D

RGB Percentages of Color #cc440d

%71.58
%23.86
%4.56

CMYK Percentages of Color #cc440d

%0
%67
%94
%20

Triadic Colors of #cc440d

#cc440d #0dcc44 #440dcc

Analogous Colors of #cc440d

#cc440d #cca40d #cc0d35

Monochromatic Colors of #cc440d

#cc440d

Complementary Color

#cc440d #0d95cc

#cc440d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc440d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc440d Color CSS Codes

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

#cc440d Text Font Color

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

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


#cc440d Background Color

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

This div background color is #cc440d


#cc440d Border Color

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

This div border color is #cc440d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc440d


Comments

No comments written yet.

Please login to write comment.