Color Hex Logo

#cc403e Color Hex

#CC403E
(204,64,62)
0 Favorites   0 Comments

Color spaces of #cc403e

RGB 2046462
HSL0.000.580.52
HSV70°80°
CMYK 0.000.690.70   0.20
XYZ27.604716.85206.3553
Yxy16.85200.54330.3317
Hunter Lab41.051248.192019.5569
CIE-Lab48.073054.942832.8897

#cc403e color RGB value is (204,64,62).

#cc403e hex color red value is 204, green value is 64 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #cc403e hue: 0.00 , saturation: 0.58 and the lightness value of cc403e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000000 00111110
Octal 314 100 76
Decimal 204 64 62
Hex CC 40 3E

RGB Percentages of Color #cc403e

%61.82
%19.39
%18.79

CMYK Percentages of Color #cc403e

%0
%69
%70
%20

Triadic Colors of #cc403e

#cc403e #3ecc40 #403ecc

Analogous Colors of #cc403e

#cc403e #cc873e #cc3e83

Monochromatic Colors of #cc403e

#cc403e

Complementary Color

#cc403e #3ecacc

#cc403e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc403e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc403e Color CSS Codes

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

#cc403e Text Font Color

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

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


#cc403e Background Color

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

This div background color is #cc403e


#cc403e Border Color

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

This div border color is #cc403e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc403e


Comments

No comments written yet.

Please login to write comment.