Color Hex Logo

#cc4a4e Color Hex

#CC4A4E
(204,74,78)
0 Favorites   0 Comments

Color spaces of #cc4a4e

RGB 2047478
HSL0.990.560.55
HSV358°64°80°
CMYK 0.000.640.62   0.20
XYZ28.725818.28509.2231
Yxy18.28500.51080.3252
Hunter Lab42.761045.080417.1444
CIE-Lab49.840051.749825.6819

#cc4a4e color RGB value is (204,74,78).

#cc4a4e hex color red value is 204, green value is 74 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #cc4a4e hue: 0.99 , saturation: 0.56 and the lightness value of cc4a4e is 0.55.

The process color (four color CMYK) of #cc4a4e color hex is 0.00, 0.64, 0.62, 0.20. Web safe color of #cc4a4e is #cc3366. Color #cc4a4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001010 01001110
Octal 314 112 116
Decimal 204 74 78
Hex CC 4A 4E

RGB Percentages of Color #cc4a4e

%57.30
%20.79
%21.91

CMYK Percentages of Color #cc4a4e

%0
%64
%62
%20

Triadic Colors of #cc4a4e

#cc4a4e #4ecc4a #4a4ecc

Analogous Colors of #cc4a4e

#cc4a4e #cc874a #cc4a8f

Monochromatic Colors of #cc4a4e

#cc4a4e

Complementary Color

#cc4a4e #4accc8

#cc4a4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4a4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4a4e Color CSS Codes

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

#cc4a4e Text Font Color

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

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


#cc4a4e Background Color

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

This div background color is #cc4a4e


#cc4a4e Border Color

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

This div border color is #cc4a4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4a4e


Comments

No comments written yet.

Please login to write comment.