Color Hex Logo

#cc4429 Color Hex

#CC4429
(204,68,41)
0 Favorites   0 Comments

Color spaces of #cc4429

RGB 2046841
HSL0.030.670.48
HSV10°80°80°
CMYK 0.000.670.80   0.20
XYZ27.369217.13173.9621
Yxy17.13170.56470.3535
Hunter Lab41.390545.598823.2978
CIE-Lab48.425652.478944.8032

#cc4429 color RGB value is (204,68,41).

#cc4429 hex color red value is 204, green value is 68 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #cc4429 hue: 0.03 , saturation: 0.67 and the lightness value of cc4429 is 0.48.

The process color (four color CMYK) of #cc4429 color hex is 0.00, 0.67, 0.80, 0.20. Web safe color of #cc4429 is #cc3333. Color #cc4429 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000100 00101001
Octal 314 104 51
Decimal 204 68 41
Hex CC 44 29

RGB Percentages of Color #cc4429

%65.18
%21.73
%13.10

CMYK Percentages of Color #cc4429

%0
%67
%80
%20

Triadic Colors of #cc4429

#cc4429 #29cc44 #4429cc

Analogous Colors of #cc4429

#cc4429 #cc9629 #cc2960

Monochromatic Colors of #cc4429

#cc4429

Complementary Color

#cc4429 #29b1cc

#cc4429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4429 Color CSS Codes

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

#cc4429 Text Font Color

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

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


#cc4429 Background Color

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

This div background color is #cc4429


#cc4429 Border Color

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

This div border color is #cc4429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4429


Comments

No comments written yet.

Please login to write comment.