Color Hex Logo

#cd013c Color Hex

#CD013C
(205,1,60)
0 Favorites   0 Comments

Color spaces of #cd013c

RGB 205160
HSL0.950.990.40
HSV343°100°80°
CMYK 0.001.000.71   0.20
XYZ26.003313.32715.4768
Yxy13.32710.58030.2974
Hunter Lab36.506363.258816.6595
CIE-Lab43.252069.192028.3310

#cd013c color RGB value is (205,1,60).

#cd013c hex color red value is 205, green value is 1 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #cd013c hue: 0.95 , saturation: 0.99 and the lightness value of cd013c is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00000001 00111100
Octal 315 1 74
Decimal 205 1 60
Hex CD 1 3C

RGB Percentages of Color #cd013c

%77.07
%0.38
%22.56

CMYK Percentages of Color #cd013c

%0
%100
%71
%20

Triadic Colors of #cd013c

#cd013c #3ccd01 #013ccd

Analogous Colors of #cd013c

#cd013c #cd2c01 #cd01a2

Monochromatic Colors of #cd013c

#cd013c

Complementary Color

#cd013c #01cd92

#cd013c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd013c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd013c Color CSS Codes

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

#cd013c Text Font Color

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

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


#cd013c Background Color

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

This div background color is #cd013c


#cd013c Border Color

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

This div border color is #cd013c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd013c


Comments

No comments written yet.

Please login to write comment.