Color Hex Logo

#cc253c Color Hex

#CC253C
(204,37,60)
0 Favorites   0 Comments

Color spaces of #cc253c

RGB 2043760
HSL0.980.690.47
HSV352°82°80°
CMYK 0.000.820.71   0.20
XYZ26.379014.48675.6809
Yxy14.48670.56670.3112
Hunter Lab38.061457.104617.7936
CIE-Lab44.923063.545430.3061

#cc253c color RGB value is (204,37,60).

#cc253c hex color red value is 204, green value is 37 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #cc253c hue: 0.98 , saturation: 0.69 and the lightness value of cc253c is 0.47.

The process color (four color CMYK) of #cc253c color hex is 0.00, 0.82, 0.71, 0.20. Web safe color of #cc253c is #cc3333. Color #cc253c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100101 00111100
Octal 314 45 74
Decimal 204 37 60
Hex CC 25 3C

RGB Percentages of Color #cc253c

%67.77
%12.29
%19.93

CMYK Percentages of Color #cc253c

%0
%82
%71
%20

Triadic Colors of #cc253c

#cc253c #3ccc25 #253ccc

Analogous Colors of #cc253c

#cc253c #cc6225 #cc2590

Monochromatic Colors of #cc253c

#cc253c

Complementary Color

#cc253c #25ccb5

#cc253c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc253c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc253c Color CSS Codes

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

#cc253c Text Font Color

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

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


#cc253c Background Color

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

This div background color is #cc253c


#cc253c Border Color

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

This div border color is #cc253c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc253c


Comments

No comments written yet.

Please login to write comment.