Color Hex Logo

#cd845d Color Hex

#CD845D
(205,132,93)
0 Favorites   0 Comments

Color spaces of #cd845d

RGB 20513293
HSL0.060.530.58
HSV21°55°80°
CMYK 0.000.360.55   0.20
XYZ35.403930.272014.3330
Yxy30.27200.44250.3784
Hunter Lab55.020018.575023.0686
CIE-Lab61.888224.030632.5506

#cd845d color RGB value is (205,132,93).

#cd845d hex color red value is 205, green value is 132 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cd845d hue: 0.06 , saturation: 0.53 and the lightness value of cd845d is 0.58.

The process color (four color CMYK) of #cd845d color hex is 0.00, 0.36, 0.55, 0.20. Web safe color of #cd845d is #cc9966. Color #cd845d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000100 01011101
Octal 315 204 135
Decimal 205 132 93
Hex CD 84 5D

RGB Percentages of Color #cd845d

%47.67
%30.70
%21.63

CMYK Percentages of Color #cd845d

%0
%36
%55
%20

Triadic Colors of #cd845d

#cd845d #5dcd84 #845dcd

Analogous Colors of #cd845d

#cd845d #cdbc5d #cd5d6e

Monochromatic Colors of #cd845d

#cd845d

Complementary Color

#cd845d #5da6cd

#cd845d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd845d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd845d Color CSS Codes

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

#cd845d Text Font Color

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

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


#cd845d Background Color

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

This div background color is #cd845d


#cd845d Border Color

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

This div border color is #cd845d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd845d


Comments

No comments written yet.

Please login to write comment.