Color Hex Logo

#cd473a Color Hex

#CD473A
(205,71,58)
0 Favorites   0 Comments

Color spaces of #cd473a

RGB 2057158
HSL0.010.600.52
HSV72°80°
CMYK 0.000.650.72   0.20
XYZ28.193817.79115.9510
Yxy17.79110.54290.3426
Hunter Lab42.179545.499621.1606
CIE-Lab49.241752.244036.5861

#cd473a color RGB value is (205,71,58).

#cd473a hex color red value is 205, green value is 71 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cd473a hue: 0.01 , saturation: 0.60 and the lightness value of cd473a is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000111 00111010
Octal 315 107 72
Decimal 205 71 58
Hex CD 47 3A

RGB Percentages of Color #cd473a

%61.38
%21.26
%17.37

CMYK Percentages of Color #cd473a

%0
%65
%72
%20

Triadic Colors of #cd473a

#cd473a #3acd47 #473acd

Analogous Colors of #cd473a

#cd473a #cd913a #cd3a77

Monochromatic Colors of #cd473a

#cd473a

Complementary Color

#cd473a #3ac0cd

#cd473a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd473a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd473a Color CSS Codes

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

#cd473a Text Font Color

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

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


#cd473a Background Color

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

This div background color is #cd473a


#cd473a Border Color

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

This div border color is #cd473a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd473a


Comments

No comments written yet.

Please login to write comment.