Color Hex Logo

#cc320a Color Hex

#CC320A
(204,50,10)
0 Favorites   0 Comments

Color spaces of #cc320a

RGB 2045010
HSL0.030.910.42
HSV12°95°80°
CMYK 0.000.750.95   0.20
XYZ26.097215.14051.8341
Yxy15.14050.60590.3515
Hunter Lab38.910851.624824.4429
CIE-Lab45.826058.487455.3281

#cc320a color RGB value is (204,50,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110010 00001010
Octal 314 62 12
Decimal 204 50 10
Hex CC 32 A

RGB Percentages of Color #cc320a

%77.27
%18.94
%3.79

CMYK Percentages of Color #cc320a

%0
%75
%95
%20

Triadic Colors of #cc320a

#cc320a #0acc32 #320acc

Analogous Colors of #cc320a

#cc320a #cc930a #cc0a43

Monochromatic Colors of #cc320a

#cc320a

Complementary Color

#cc320a #0aa4cc

#cc320a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc320a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc320a Color CSS Codes

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

#cc320a Text Font Color

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

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


#cc320a Background Color

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

This div background color is #cc320a


#cc320a Border Color

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

This div border color is #cc320a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,50,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 #cc320a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc320a


Comments

No comments written yet.

Please login to write comment.