Color Hex Logo

#cc360a Color Hex

#CC360A
(204,54,10)
0 Favorites   0 Comments

Color spaces of #cc360a

RGB 2045410
HSL0.040.910.42
HSV14°95°80°
CMYK 0.000.740.95   0.20
XYZ26.275815.49761.8936
Yxy15.49760.60170.3549
Hunter Lab39.367050.249024.7050
CIE-Lab46.308357.148255.6111

#cc360a color RGB value is (204,54,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110110 00001010
Octal 314 66 12
Decimal 204 54 10
Hex CC 36 A

RGB Percentages of Color #cc360a

%76.12
%20.15
%3.73

CMYK Percentages of Color #cc360a

%0
%74
%95
%20

Triadic Colors of #cc360a

#cc360a #0acc36 #360acc

Analogous Colors of #cc360a

#cc360a #cc970a #cc0a3f

Monochromatic Colors of #cc360a

#cc360a

Complementary Color

#cc360a #0aa0cc

#cc360a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc360a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc360a Color CSS Codes

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

#cc360a Text Font Color

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

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


#cc360a Background Color

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

This div background color is #cc360a


#cc360a Border Color

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

This div border color is #cc360a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc360a


Comments

No comments written yet.

Please login to write comment.