Color Hex Logo

#cc4949 Color Hex

#CC4949
(204,73,73)
0 Favorites   0 Comments

Color spaces of #cc4949

RGB 2047373
HSL0.000.560.54
HSV64°80°
CMYK 0.000.640.64   0.20
XYZ28.487018.08358.2924
Yxy18.08350.51920.3296
Hunter Lab42.524745.157718.2056
CIE-Lab49.597251.863728.3232

#cc4949 color RGB value is (204,73,73).

#cc4949 hex color red value is 204, green value is 73 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #cc4949 hue: 0.00 , saturation: 0.56 and the lightness value of cc4949 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001001 01001001
Octal 314 111 111
Decimal 204 73 73
Hex CC 49 49

RGB Percentages of Color #cc4949

%58.29
%20.86
%20.86

CMYK Percentages of Color #cc4949

%0
%64
%64
%20

Triadic Colors of #cc4949

#cc4949 #49cc49 #4949cc

Analogous Colors of #cc4949

#cc4949 #cc8b49 #cc498b

Monochromatic Colors of #cc4949

#cc4949

Complementary Color

#cc4949 #49cccc

#cc4949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4949 Color CSS Codes

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

#cc4949 Text Font Color

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

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


#cc4949 Background Color

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

This div background color is #cc4949


#cc4949 Border Color

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

This div border color is #cc4949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4949

#cc4949 Color Palettes


Comments

No comments written yet.

Please login to write comment.