Color Hex Logo

#cc3c3f Color Hex

#CC3C3F
(204,60,63)
0 Favorites   0 Comments

Color spaces of #cc3c3f

RGB 2046063
HSL1.000.590.52
HSV359°71°80°
CMYK 0.000.710.69   0.20
XYZ27.414916.42806.4286
Yxy16.42800.54530.3268
Hunter Lab40.531549.804718.9682
CIE-Lab47.531156.518131.6582

#cc3c3f color RGB value is (204,60,63).

#cc3c3f hex color red value is 204, green value is 60 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #cc3c3f hue: 1.00 , saturation: 0.59 and the lightness value of cc3c3f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111100 00111111
Octal 314 74 77
Decimal 204 60 63
Hex CC 3C 3F

RGB Percentages of Color #cc3c3f

%62.39
%18.35
%19.27

CMYK Percentages of Color #cc3c3f

%0
%71
%69
%20

Triadic Colors of #cc3c3f

#cc3c3f #3fcc3c #3c3fcc

Analogous Colors of #cc3c3f

#cc3c3f #cc813c #cc3c87

Monochromatic Colors of #cc3c3f

#cc3c3f

Complementary Color

#cc3c3f #3cccc9

#cc3c3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3c3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3c3f Color CSS Codes

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

#cc3c3f Text Font Color

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

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


#cc3c3f Background Color

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

This div background color is #cc3c3f


#cc3c3f Border Color

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

This div border color is #cc3c3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3c3f


Comments

No comments written yet.

Please login to write comment.