Color Hex Logo

#cc300a Color Hex

#CC300A
(204,48,10)
0 Favorites   0 Comments

Color spaces of #cc300a

RGB 2044810
HSL0.030.910.42
HSV12°95°80°
CMYK 0.000.760.95   0.20
XYZ26.013614.97321.8062
Yxy14.97320.60790.3499
Hunter Lab38.695252.283424.3191
CIE-Lab45.597559.125255.1953

#cc300a color RGB value is (204,48,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110000 00001010
Octal 314 60 12
Decimal 204 48 10
Hex CC 30 A

RGB Percentages of Color #cc300a

%77.86
%18.32
%3.82

CMYK Percentages of Color #cc300a

%0
%76
%95
%20

Triadic Colors of #cc300a

#cc300a #0acc30 #300acc

Analogous Colors of #cc300a

#cc300a #cc910a #cc0a45

Monochromatic Colors of #cc300a

#cc300a

Complementary Color

#cc300a #0aa6cc

#cc300a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc300a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc300a Color CSS Codes

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

#cc300a Text Font Color

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

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


#cc300a Background Color

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

This div background color is #cc300a


#cc300a Border Color

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

This div border color is #cc300a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc300a


Comments

No comments written yet.

Please login to write comment.