Color Hex Logo

#cc3749 Color Hex

#CC3749
(204,55,73)
0 Favorites   0 Comments

Color spaces of #cc3749

RGB 2045573
HSL0.980.590.51
HSV353°73°80°
CMYK 0.000.730.64   0.20
XYZ27.470616.05087.9536
Yxy16.05080.53370.3118
Hunter Lab40.063452.282416.2739
CIE-Lab47.041158.853825.0867

#cc3749 color RGB value is (204,55,73).

#cc3749 hex color red value is 204, green value is 55 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #cc3749 hue: 0.98 , saturation: 0.59 and the lightness value of cc3749 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110111 01001001
Octal 314 67 111
Decimal 204 55 73
Hex CC 37 49

RGB Percentages of Color #cc3749

%61.45
%16.57
%21.99

CMYK Percentages of Color #cc3749

%0
%73
%64
%20

Triadic Colors of #cc3749

#cc3749 #49cc37 #3749cc

Analogous Colors of #cc3749

#cc3749 #cc7037 #cc3794

Monochromatic Colors of #cc3749

#cc3749

Complementary Color

#cc3749 #37ccba

#cc3749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3749 Color CSS Codes

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

#cc3749 Text Font Color

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

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


#cc3749 Background Color

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

This div background color is #cc3749


#cc3749 Border Color

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

This div border color is #cc3749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3749


Comments

No comments written yet.

Please login to write comment.