Color Hex Logo

#cd837f Color Hex

#CD837F
(205,131,127)
0 Favorites   0 Comments

Color spaces of #cd837f

RGB 205131127
HSL0.010.440.65
HSV38°80°
CMYK 0.000.360.38   0.20
XYZ37.123930.744024.0562
Yxy30.74400.40390.3344
Hunter Lab55.447322.479313.0897
CIE-Lab62.290928.028714.0771

#cd837f color RGB value is (205,131,127).

#cd837f hex color red value is 205, green value is 131 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cd837f hue: 0.01 , saturation: 0.44 and the lightness value of cd837f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000011 01111111
Octal 315 203 177
Decimal 205 131 127
Hex CD 83 7F

RGB Percentages of Color #cd837f

%44.28
%28.29
%27.43

CMYK Percentages of Color #cd837f

%0
%36
%38
%20

Triadic Colors of #cd837f

#cd837f #7fcd83 #837fcd

Analogous Colors of #cd837f

#cd837f #cdaa7f #cd7fa2

Monochromatic Colors of #cd837f

#cd837f

Complementary Color

#cd837f #7fc9cd

#cd837f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd837f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd837f Color CSS Codes

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

#cd837f Text Font Color

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

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


#cd837f Background Color

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

This div background color is #cd837f


#cd837f Border Color

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

This div border color is #cd837f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd837f


Comments

No comments written yet.

Please login to write comment.