Color Hex Logo

#cc402a Color Hex

#CC402A
(204,64,42)
0 Favorites   0 Comments

Color spaces of #cc402a

RGB 2046442
HSL0.020.660.48
HSV79°80°
CMYK 0.000.690.79   0.20
XYZ27.153216.67133.9772
Yxy16.67130.56800.3488
Hunter Lab40.830547.253122.8061
CIE-Lab47.843254.118343.7150

#cc402a color RGB value is (204,64,42).

#cc402a hex color red value is 204, green value is 64 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cc402a hue: 0.02 , saturation: 0.66 and the lightness value of cc402a is 0.48.

The process color (four color CMYK) of #cc402a color hex is 0.00, 0.69, 0.79, 0.20. Web safe color of #cc402a is #cc3333. Color #cc402a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000000 00101010
Octal 314 100 52
Decimal 204 64 42
Hex CC 40 2A

RGB Percentages of Color #cc402a

%65.81
%20.65
%13.55

CMYK Percentages of Color #cc402a

%0
%69
%79
%20

Triadic Colors of #cc402a

#cc402a #2acc40 #402acc

Analogous Colors of #cc402a

#cc402a #cc912a #cc2a65

Monochromatic Colors of #cc402a

#cc402a

Complementary Color

#cc402a #2ab6cc

#cc402a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc402a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc402a Color CSS Codes

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

#cc402a Text Font Color

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

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


#cc402a Background Color

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

This div background color is #cc402a


#cc402a Border Color

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

This div border color is #cc402a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc402a


Comments

No comments written yet.

Please login to write comment.