Color Hex Logo

#cc143c Color Hex

#CC143C
(204,20,60)
0 Favorites   0 Comments

Color spaces of #cc143c

RGB 2042060
HSL0.960.820.44
HSV347°90°80°
CMYK 0.000.900.71   0.20
XYZ25.967613.66395.5437
Yxy13.66390.57480.3025
Hunter Lab36.964760.707516.9834
CIE-Lab43.747066.909828.8851

#cc143c color RGB value is (204,20,60).

#cc143c hex color red value is 204, green value is 20 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #cc143c hue: 0.96 , saturation: 0.82 and the lightness value of cc143c is 0.44.

The process color (four color CMYK) of #cc143c color hex is 0.00, 0.90, 0.71, 0.20. Web safe color of #cc143c is #cc0033. Color #cc143c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010100 00111100
Octal 314 24 74
Decimal 204 20 60
Hex CC 14 3C

RGB Percentages of Color #cc143c

%71.83
%7.04
%21.13

CMYK Percentages of Color #cc143c

%0
%90
%71
%20

Triadic Colors of #cc143c

#cc143c #3ccc14 #143ccc

Analogous Colors of #cc143c

#cc143c #cc4814 #cc1498

Monochromatic Colors of #cc143c

#cc143c

Complementary Color

#cc143c #14cca4

#cc143c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc143c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc143c Color CSS Codes

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

#cc143c Text Font Color

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

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


#cc143c Background Color

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

This div background color is #cc143c


#cc143c Border Color

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

This div border color is #cc143c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,20,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 #cc143c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc143c


Comments

No comments written yet.

Please login to write comment.