Color Hex Logo

#cd472f Color Hex

#CD472F
(205,71,47)
0 Favorites   0 Comments

Color spaces of #cd472f

RGB 2057147
HSL0.030.630.49
HSV77°80°
CMYK 0.000.650.77   0.20
XYZ27.943217.69084.6312
Yxy17.69080.55590.3519
Hunter Lab42.060444.982222.9140
CIE-Lab49.118951.782642.4602

#cd472f color RGB value is (205,71,47).

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

The process color (four color CMYK) of #cd472f color hex is 0.00, 0.65, 0.77, 0.20. Web safe color of #cd472f is #cc3333. Color #cd472f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000111 00101111
Octal 315 107 57
Decimal 205 71 47
Hex CD 47 2F

RGB Percentages of Color #cd472f

%63.47
%21.98
%14.55

CMYK Percentages of Color #cd472f

%0
%65
%77
%20

Triadic Colors of #cd472f

#cd472f #2fcd47 #472fcd

Analogous Colors of #cd472f

#cd472f #cd962f #cd2f66

Monochromatic Colors of #cd472f

#cd472f

Complementary Color

#cd472f #2fb5cd

#cd472f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd472f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd472f Color CSS Codes

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

#cd472f Text Font Color

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

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


#cd472f Background Color

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

This div background color is #cd472f


#cd472f Border Color

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

This div border color is #cd472f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd472f


Comments

No comments written yet.

Please login to write comment.