Color Hex Logo

#cd572f Color Hex

#CD572F
(205,87,47)
0 Favorites   0 Comments

Color spaces of #cd572f

RGB 2058747
HSL0.040.630.49
HSV15°77°80°
CMYK 0.000.580.77   0.20
XYZ29.098120.00085.0162
Yxy20.00080.53770.3696
Hunter Lab44.722337.875324.6554
CIE-Lab51.838144.580545.2652

#cd572f color RGB value is (205,87,47).

#cd572f hex color red value is 205, green value is 87 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cd572f hue: 0.04 , saturation: 0.63 and the lightness value of cd572f is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010111 00101111
Octal 315 127 57
Decimal 205 87 47
Hex CD 57 2F

RGB Percentages of Color #cd572f

%60.47
%25.66
%13.86

CMYK Percentages of Color #cd572f

%0
%58
%77
%20

Triadic Colors of #cd572f

#cd572f #2fcd57 #572fcd

Analogous Colors of #cd572f

#cd572f #cda62f #cd2f56

Monochromatic Colors of #cd572f

#cd572f

Complementary Color

#cd572f #2fa5cd

#cd572f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd572f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd572f Color CSS Codes

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

#cd572f Text Font Color

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

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


#cd572f Background Color

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

This div background color is #cd572f


#cd572f Border Color

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

This div border color is #cd572f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,87,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cd572f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd572f


Comments

No comments written yet.

Please login to write comment.