Color Hex Logo

#cc3049 Color Hex

#CC3049
(204,48,73)
0 Favorites   0 Comments

Color spaces of #cc3049

RGB 2044873
HSL0.970.620.49
HSV350°76°80°
CMYK 0.000.760.64   0.20
XYZ27.161415.43237.8505
Yxy15.43230.53840.3059
Hunter Lab39.284054.670115.6503
CIE-Lab46.220761.144924.0351

#cc3049 color RGB value is (204,48,73).

#cc3049 hex color red value is 204, green value is 48 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #cc3049 hue: 0.97 , saturation: 0.62 and the lightness value of cc3049 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110000 01001001
Octal 314 60 111
Decimal 204 48 73
Hex CC 30 49

RGB Percentages of Color #cc3049

%62.77
%14.77
%22.46

CMYK Percentages of Color #cc3049

%0
%76
%64
%20

Triadic Colors of #cc3049

#cc3049 #49cc30 #3049cc

Analogous Colors of #cc3049

#cc3049 #cc6530 #cc3097

Monochromatic Colors of #cc3049

#cc3049

Complementary Color

#cc3049 #30ccb3

#cc3049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3049 Color CSS Codes

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

#cc3049 Text Font Color

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

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


#cc3049 Background Color

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

This div background color is #cc3049


#cc3049 Border Color

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

This div border color is #cc3049


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,48,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 #cc3049">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3049


Comments

No comments written yet.

Please login to write comment.