Color Hex Logo

#cc280a Color Hex

#CC280A
(204,40,10)
0 Favorites   0 Comments

Color spaces of #cc280a

RGB 2044010
HSL0.030.910.42
HSV95°80°
CMYK 0.000.800.95   0.20
XYZ25.715414.37691.7068
Yxy14.37690.61520.3440
Hunter Lab37.916954.705023.8729
CIE-Lab44.768761.452454.7197

#cc280a color RGB value is (204,40,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101000 00001010
Octal 314 50 12
Decimal 204 40 10
Hex CC 28 A

RGB Percentages of Color #cc280a

%80.31
%15.75
%3.94

CMYK Percentages of Color #cc280a

%0
%80
%95
%20

Triadic Colors of #cc280a

#cc280a #0acc28 #280acc

Analogous Colors of #cc280a

#cc280a #cc890a #cc0a4d

Monochromatic Colors of #cc280a

#cc280a

Complementary Color

#cc280a #0aaecc

#cc280a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc280a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc280a Color CSS Codes

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

#cc280a Text Font Color

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

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


#cc280a Background Color

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

This div background color is #cc280a


#cc280a Border Color

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

This div border color is #cc280a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc280a


Comments

No comments written yet.

Please login to write comment.