Color Hex Logo

#d0836e Color Hex

#D0836E
(208,131,110)
0 Favorites   0 Comments

Color spaces of #d0836e

RGB 208131110
HSL0.040.510.62
HSV13°47°82°
CMYK 0.000.370.47   0.18
XYZ36.943230.768318.7436
Yxy30.76830.42730.3559
Hunter Lab55.469221.812318.7937
CIE-Lab62.311627.345923.7628

#d0836e color RGB value is (208,131,110).

#d0836e hex color red value is 208, green value is 131 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #d0836e hue: 0.04 , saturation: 0.51 and the lightness value of d0836e is 0.62.

The process color (four color CMYK) of #d0836e color hex is 0.00, 0.37, 0.47, 0.18. Web safe color of #d0836e is #cc9966. Color #d0836e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000011 01101110
Octal 320 203 156
Decimal 208 131 110
Hex D0 83 6E

RGB Percentages of Color #d0836e

%46.33
%29.18
%24.50

CMYK Percentages of Color #d0836e

%0
%37
%47
%18

Triadic Colors of #d0836e

#d0836e #6ed083 #836ed0

Analogous Colors of #d0836e

#d0836e #d0b46e #d06e8a

Monochromatic Colors of #d0836e

#d0836e

Complementary Color

#d0836e #6ebbd0

#d0836e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0836e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0836e Color CSS Codes

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

#d0836e Text Font Color

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

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


#d0836e Background Color

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

This div background color is #d0836e


#d0836e Border Color

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

This div border color is #d0836e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0836e

#d0836e Color Palettes


Comments

No comments written yet.

Please login to write comment.