Color Hex Logo

#cd824d Color Hex

#CD824D
(205,130,77)
0 Favorites   0 Comments

Color spaces of #cd824d

RGB 20513077
HSL0.070.560.55
HSV25°62°80°
CMYK 0.000.370.62   0.20
XYZ34.499029.480210.8931
Yxy29.48020.46080.3937
Hunter Lab54.295718.399926.1119
CIE-Lab61.203123.892040.2634

#cd824d color RGB value is (205,130,77).

#cd824d hex color red value is 205, green value is 130 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #cd824d hue: 0.07 , saturation: 0.56 and the lightness value of cd824d is 0.55.

The process color (four color CMYK) of #cd824d color hex is 0.00, 0.37, 0.62, 0.20. Web safe color of #cd824d is #cc9966. Color #cd824d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000010 01001101
Octal 315 202 115
Decimal 205 130 77
Hex CD 82 4D

RGB Percentages of Color #cd824d

%49.76
%31.55
%18.69

CMYK Percentages of Color #cd824d

%0
%37
%62
%20

Triadic Colors of #cd824d

#cd824d #4dcd82 #824dcd

Analogous Colors of #cd824d

#cd824d #cdc24d #cd4d58

Monochromatic Colors of #cd824d

#cd824d

Complementary Color

#cd824d #4d98cd

#cd824d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd824d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd824d Color CSS Codes

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

#cd824d Text Font Color

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

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


#cd824d Background Color

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

This div background color is #cd824d


#cd824d Border Color

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

This div border color is #cd824d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd824d


Comments

No comments written yet.

Please login to write comment.