Color Hex Logo

#cd724a Color Hex

#CD724A
(205,114,74)
0 Favorites   0 Comments

Color spaces of #cd724a

RGB 20511474
HSL0.050.570.55
HSV18°64°80°
CMYK 0.000.440.64   0.20
XYZ32.430225.50829.6929
Yxy25.50820.47950.3772
Hunter Lab50.505626.231823.9752
CIE-Lab57.567332.287037.5381

#cd724a color RGB value is (205,114,74).

#cd724a hex color red value is 205, green value is 114 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cd724a hue: 0.05 , saturation: 0.57 and the lightness value of cd724a is 0.55.

The process color (four color CMYK) of #cd724a color hex is 0.00, 0.44, 0.64, 0.20. Web safe color of #cd724a is #cc6633. Color #cd724a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110010 01001010
Octal 315 162 112
Decimal 205 114 74
Hex CD 72 4A

RGB Percentages of Color #cd724a

%52.16
%29.01
%18.83

CMYK Percentages of Color #cd724a

%0
%44
%64
%20

Triadic Colors of #cd724a

#cd724a #4acd72 #724acd

Analogous Colors of #cd724a

#cd724a #cdb44a #cd4a64

Monochromatic Colors of #cd724a

#cd724a

Complementary Color

#cd724a #4aa5cd

#cd724a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd724a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd724a Color CSS Codes

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

#cd724a Text Font Color

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

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


#cd724a Background Color

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

This div background color is #cd724a


#cd724a Border Color

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

This div border color is #cd724a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd724a


Comments

No comments written yet.

Please login to write comment.