Color Hex Logo

#cd872d Color Hex

#CD872D
(205,135,45)
0 Favorites   0 Comments

Color spaces of #cd872d

RGB 20513545
HSL0.090.640.49
HSV34°78°80°
CMYK 0.000.340.78   0.20
XYZ34.314530.49656.5605
Yxy30.49650.48080.4273
Hunter Lab55.223614.273831.6130
CIE-Lab62.080319.474256.2140

#cd872d color RGB value is (205,135,45).

#cd872d hex color red value is 205, green value is 135 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #cd872d hue: 0.09 , saturation: 0.64 and the lightness value of cd872d is 0.49.

The process color (four color CMYK) of #cd872d color hex is 0.00, 0.34, 0.78, 0.20. Web safe color of #cd872d is #cc9933. Color #cd872d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000111 00101101
Octal 315 207 55
Decimal 205 135 45
Hex CD 87 2D

RGB Percentages of Color #cd872d

%53.25
%35.06
%11.69

CMYK Percentages of Color #cd872d

%0
%34
%78
%20

Triadic Colors of #cd872d

#cd872d #2dcd87 #872dcd

Analogous Colors of #cd872d

#cd872d #c3cd2d #cd372d

Monochromatic Colors of #cd872d

#cd872d

Complementary Color

#cd872d #2d73cd

#cd872d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd872d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd872d Color CSS Codes

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

#cd872d Text Font Color

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

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


#cd872d Background Color

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

This div background color is #cd872d


#cd872d Border Color

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

This div border color is #cd872d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd872d


Comments

No comments written yet.

Please login to write comment.