Color Hex Logo

#cd573c Color Hex

#CD573C
(205,87,60)
0 Favorites   0 Comments

Color spaces of #cd573c

RGB 2058760
HSL0.030.590.52
HSV11°71°80°
CMYK 0.000.580.71   0.20
XYZ29.400620.12186.6093
Yxy20.12180.52380.3585
Hunter Lab44.857338.493022.6643
CIE-Lab51.974645.155838.5966

#cd573c color RGB value is (205,87,60).

#cd573c hex color red value is 205, green value is 87 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #cd573c hue: 0.03 , saturation: 0.59 and the lightness value of cd573c is 0.52.

The process color (four color CMYK) of #cd573c color hex is 0.00, 0.58, 0.71, 0.20. Web safe color of #cd573c is #cc6633. Color #cd573c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010111 00111100
Octal 315 127 74
Decimal 205 87 60
Hex CD 57 3C

RGB Percentages of Color #cd573c

%58.24
%24.72
%17.05

CMYK Percentages of Color #cd573c

%0
%58
%71
%20

Triadic Colors of #cd573c

#cd573c #3ccd57 #573ccd

Analogous Colors of #cd573c

#cd573c #cda03c #cd3c6a

Monochromatic Colors of #cd573c

#cd573c

Complementary Color

#cd573c #3cb2cd

#cd573c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd573c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd573c Color CSS Codes

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

#cd573c Text Font Color

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

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


#cd573c Background Color

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

This div background color is #cd573c


#cd573c Border Color

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

This div border color is #cd573c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd573c


Comments

No comments written yet.

Please login to write comment.