Color Hex Logo

#d09782 Color Hex

#D09782
(208,151,130)
0 Favorites   0 Comments

Color spaces of #d09782

RGB 208151130
HSL0.040.450.66
HSV16°38°82°
CMYK 0.000.270.38   0.18
XYZ41.108337.154826.1240
Yxy37.15480.39380.3559
Hunter Lab60.954713.710917.2578
CIE-Lab67.393018.670919.5043

#d09782 color RGB value is (208,151,130).

#d09782 hex color red value is 208, green value is 151 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #d09782 hue: 0.04 , saturation: 0.45 and the lightness value of d09782 is 0.66.

The process color (four color CMYK) of #d09782 color hex is 0.00, 0.27, 0.38, 0.18. Web safe color of #d09782 is #cc9999. Color #d09782 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010111 10000010
Octal 320 227 202
Decimal 208 151 130
Hex D0 97 82

RGB Percentages of Color #d09782

%42.54
%30.88
%26.58

CMYK Percentages of Color #d09782

%0
%27
%38
%18

Triadic Colors of #d09782

#d09782 #82d097 #9782d0

Analogous Colors of #d09782

#d09782 #d0be82 #d08294

Monochromatic Colors of #d09782

#d09782

Complementary Color

#d09782 #82bbd0

#d09782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09782 Color CSS Codes

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

#d09782 Text Font Color

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

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


#d09782 Background Color

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

This div background color is #d09782


#d09782 Border Color

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

This div border color is #d09782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09782


Comments

No comments written yet.

Please login to write comment.