Color Hex Logo

#cc3224 Color Hex

#CC3224
(204,50,36)
0 Favorites   0 Comments

Color spaces of #cc3224

RGB 2045036
HSL0.010.700.47
HSV82°80°
CMYK 0.000.750.82   0.20
XYZ26.360915.24593.2225
Yxy15.24590.58800.3401
Hunter Lab39.046052.179222.4389
CIE-Lab45.969258.961344.9790

#cc3224 color RGB value is (204,50,36).

#cc3224 hex color red value is 204, green value is 50 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #cc3224 hue: 0.01 , saturation: 0.70 and the lightness value of cc3224 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110010 00100100
Octal 314 62 44
Decimal 204 50 36
Hex CC 32 24

RGB Percentages of Color #cc3224

%70.34
%17.24
%12.41

CMYK Percentages of Color #cc3224

%0
%75
%82
%20

Triadic Colors of #cc3224

#cc3224 #24cc32 #3224cc

Analogous Colors of #cc3224

#cc3224 #cc8624 #cc246a

Monochromatic Colors of #cc3224

#cc3224

Complementary Color

#cc3224 #24becc

#cc3224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3224 Color CSS Codes

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

#cc3224 Text Font Color

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

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


#cc3224 Background Color

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

This div background color is #cc3224


#cc3224 Border Color

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

This div border color is #cc3224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3224


Comments

No comments written yet.

Please login to write comment.