Color Hex Logo

#cc3232 Color Hex

#CC3232
(204,50,50)
0 Favorites   0 Comments

Color spaces of #cc3232

RGB 2045050
HSL0.000.610.50
HSV75°80°
CMYK 0.000.750.75   0.20
XYZ26.618215.34894.5773
Yxy15.34890.57190.3298
Hunter Lab39.177752.716020.4973
CIE-Lab46.108459.418637.5416

#cc3232 color RGB value is (204,50,50).

#cc3232 hex color red value is 204, green value is 50 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #cc3232 hue: 0.00 , saturation: 0.61 and the lightness value of cc3232 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110010 00110010
Octal 314 62 62
Decimal 204 50 50
Hex CC 32 32

RGB Percentages of Color #cc3232

%67.11
%16.45
%16.45

CMYK Percentages of Color #cc3232

%0
%75
%75
%20

Triadic Colors of #cc3232

#cc3232 #32cc32 #3232cc

Analogous Colors of #cc3232

#cc3232 #cc7f32 #cc327f

Monochromatic Colors of #cc3232

#cc3232

Complementary Color

#cc3232 #32cccc

#cc3232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3232 Color CSS Codes

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

#cc3232 Text Font Color

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

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


#cc3232 Background Color

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

This div background color is #cc3232


#cc3232 Border Color

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

This div border color is #cc3232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3232


Comments

No comments written yet.

Please login to write comment.