Color Hex Logo

#cc143e Color Hex

#CC143E
(204,20,62)
0 Favorites   0 Comments

Color spaces of #cc143e

RGB 2042062
HSL0.960.820.44
HSV346°90°80°
CMYK 0.000.900.70   0.20
XYZ26.021513.68555.8275
Yxy13.68550.57150.3006
Hunter Lab36.993960.817416.5560
CIE-Lab43.778566.998527.6954

#cc143e color RGB value is (204,20,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010100 00111110
Octal 314 24 76
Decimal 204 20 62
Hex CC 14 3E

RGB Percentages of Color #cc143e

%71.33
%6.99
%21.68

CMYK Percentages of Color #cc143e

%0
%90
%70
%20

Triadic Colors of #cc143e

#cc143e #3ecc14 #143ecc

Analogous Colors of #cc143e

#cc143e #cc4614 #cc149a

Monochromatic Colors of #cc143e

#cc143e

Complementary Color

#cc143e #14cca2

#cc143e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc143e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc143e Color CSS Codes

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

#cc143e Text Font Color

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

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


#cc143e Background Color

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

This div background color is #cc143e


#cc143e Border Color

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

This div border color is #cc143e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc143e


Comments

No comments written yet.

Please login to write comment.