Color Hex Logo

#cd143c Color Hex

#CD143C
(205,20,60)
0 Favorites   0 Comments

Color spaces of #cd143c

RGB 2052060
HSL0.960.820.44
HSV347°90°80°
CMYK 0.000.900.71   0.20
XYZ26.242613.80575.5566
Yxy13.80570.57540.3027
Hunter Lab37.156061.048217.1425
CIE-Lab43.953067.163329.1827

#cd143c color RGB value is (205,20,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010100 00111100
Octal 315 24 74
Decimal 205 20 60
Hex CD 14 3C

RGB Percentages of Color #cd143c

%71.93
%7.02
%21.05

CMYK Percentages of Color #cd143c

%0
%90
%71
%20

Triadic Colors of #cd143c

#cd143c #3ccd14 #143ccd

Analogous Colors of #cd143c

#cd143c #cd4914 #cd1499

Monochromatic Colors of #cd143c

#cd143c

Complementary Color

#cd143c #14cda5

#cd143c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd143c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd143c Color CSS Codes

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

#cd143c Text Font Color

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

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


#cd143c Background Color

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

This div background color is #cd143c


#cd143c Border Color

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

This div border color is #cd143c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd143c


Comments

No comments written yet.

Please login to write comment.