Color Hex Logo

#d39c83 Color Hex

#D39C83
(211,156,131)
0 Favorites   0 Comments

Color spaces of #d39c83

RGB 211156131
HSL0.050.480.67
HSV19°38°83°
CMYK 0.000.260.38   0.17
XYZ42.849239.264526.7931
Yxy39.26450.39340.3605
Hunter Lab62.661412.404718.5114
CIE-Lab68.942417.256521.1236

#d39c83 color RGB value is (211,156,131).

#d39c83 hex color red value is 211, green value is 156 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #d39c83 hue: 0.05 , saturation: 0.48 and the lightness value of d39c83 is 0.67.

The process color (four color CMYK) of #d39c83 color hex is 0.00, 0.26, 0.38, 0.17. Web safe color of #d39c83 is #cc9999. Color #d39c83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10011100 10000011
Octal 323 234 203
Decimal 211 156 131
Hex D3 9C 83

RGB Percentages of Color #d39c83

%42.37
%31.33
%26.31

CMYK Percentages of Color #d39c83

%0
%26
%38
%17

Triadic Colors of #d39c83

#d39c83 #83d39c #9c83d3

Analogous Colors of #d39c83

#d39c83 #d3c483 #d38392

Monochromatic Colors of #d39c83

#d39c83

Complementary Color

#d39c83 #83bad3

#d39c83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d39c83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d39c83 Color CSS Codes

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

#d39c83 Text Font Color

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

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


#d39c83 Background Color

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

This div background color is #d39c83


#d39c83 Border Color

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

This div border color is #d39c83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d39c83


Comments

No comments written yet.

Please login to write comment.