Color Hex Logo

#cc3044 Color Hex

#CC3044
(204,48,68)
0 Favorites   0 Comments

Color spaces of #cc3044

RGB 2044868
HSL0.980.620.49
HSV352°76°80°
CMYK 0.000.760.67   0.20
XYZ27.002215.36867.0121
Yxy15.36860.54680.3112
Hunter Lab39.202854.342716.8369
CIE-Lab46.135060.869726.9628

#cc3044 color RGB value is (204,48,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110000 01000100
Octal 314 60 104
Decimal 204 48 68
Hex CC 30 44

RGB Percentages of Color #cc3044

%63.75
%15.00
%21.25

CMYK Percentages of Color #cc3044

%0
%76
%67
%20

Triadic Colors of #cc3044

#cc3044 #44cc30 #3044cc

Analogous Colors of #cc3044

#cc3044 #cc6a30 #cc3092

Monochromatic Colors of #cc3044

#cc3044

Complementary Color

#cc3044 #30ccb8

#cc3044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3044 Color CSS Codes

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

#cc3044 Text Font Color

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

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


#cc3044 Background Color

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

This div background color is #cc3044


#cc3044 Border Color

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

This div border color is #cc3044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3044


Comments

No comments written yet.

Please login to write comment.