Color Hex Logo

#cc340c Color Hex

#CC340C
(204,52,12)
0 Favorites   0 Comments

Color spaces of #cc340c

RGB 2045212
HSL0.030.890.42
HSV13°94°80°
CMYK 0.000.750.94   0.20
XYZ26.196215.31991.9242
Yxy15.31990.60300.3527
Hunter Lab39.140650.971024.4837
CIE-Lab46.069357.849454.9213

#cc340c color RGB value is (204,52,12).

#cc340c hex color red value is 204, green value is 52 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #cc340c hue: 0.03 , saturation: 0.89 and the lightness value of cc340c is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110100 00001100
Octal 314 64 14
Decimal 204 52 12
Hex CC 34 C

RGB Percentages of Color #cc340c

%76.12
%19.40
%4.48

CMYK Percentages of Color #cc340c

%0
%75
%94
%20

Triadic Colors of #cc340c

#cc340c #0ccc34 #340ccc

Analogous Colors of #cc340c

#cc340c #cc940c #cc0c44

Monochromatic Colors of #cc340c

#cc340c

Complementary Color

#cc340c #0ca4cc

#cc340c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc340c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc340c Color CSS Codes

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

#cc340c Text Font Color

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

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


#cc340c Background Color

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

This div background color is #cc340c


#cc340c Border Color

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

This div border color is #cc340c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc340c


Comments

No comments written yet.

Please login to write comment.