Color Hex Logo

#cc340a Color Hex

#CC340A
(204,52,10)
0 Favorites   0 Comments

Color spaces of #cc340a

RGB 2045210
HSL0.040.910.42
HSV13°95°80°
CMYK 0.000.750.95   0.20
XYZ26.184615.31531.8632
Yxy15.31530.60380.3532
Hunter Lab39.134850.946424.5715
CIE-Lab46.063157.828155.4670

#cc340a color RGB value is (204,52,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110100 00001010
Octal 314 64 12
Decimal 204 52 10
Hex CC 34 A

RGB Percentages of Color #cc340a

%76.69
%19.55
%3.76

CMYK Percentages of Color #cc340a

%0
%75
%95
%20

Triadic Colors of #cc340a

#cc340a #0acc34 #340acc

Analogous Colors of #cc340a

#cc340a #cc950a #cc0a41

Monochromatic Colors of #cc340a

#cc340a

Complementary Color

#cc340a #0aa2cc

#cc340a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc340a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc340a Color CSS Codes

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

#cc340a Text Font Color

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

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


#cc340a Background Color

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

This div background color is #cc340a


#cc340a Border Color

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

This div border color is #cc340a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc340a


Comments

No comments written yet.

Please login to write comment.