Color Hex Logo

#cc4953 Color Hex

#CC4953
(204,73,83)
1 Favorites   0 Comments

Color spaces of #cc4953

RGB 2047383
HSL0.990.560.54
HSV355°64°80°
CMYK 0.000.640.59   0.20
XYZ28.845718.227010.1814
Yxy18.22700.50380.3184
Hunter Lab42.693145.891115.7458
CIE-Lab49.770352.516422.6194

#cc4953 color RGB value is (204,73,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001001 01010011
Octal 314 111 123
Decimal 204 73 83
Hex CC 49 53

RGB Percentages of Color #cc4953

%56.67
%20.28
%23.06

CMYK Percentages of Color #cc4953

%0
%64
%59
%20

Triadic Colors of #cc4953

#cc4953 #53cc49 #4953cc

Analogous Colors of #cc4953

#cc4953 #cc8149 #cc4995

Monochromatic Colors of #cc4953

#cc4953

Complementary Color

#cc4953 #49ccc2

#cc4953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4953 Color CSS Codes

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

#cc4953 Text Font Color

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

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


#cc4953 Background Color

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

This div background color is #cc4953


#cc4953 Border Color

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

This div border color is #cc4953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4953


Comments

No comments written yet.

Please login to write comment.