Color Hex Logo

#d09baf Color Hex

#D09BAF
(208,155,175)
0 Favorites   0 Comments

Color spaces of #d09baf

RGB 208155175
HSL0.940.360.71
HSV337°25°82°
CMYK 0.000.250.16   0.18
XYZ45.471639.947745.8715
Yxy39.94770.34630.3043
Hunter Lab63.204217.81261.2122
CIE-Lab69.432322.8120-2.6338

#d09baf color RGB value is (208,155,175).

#d09baf hex color red value is 208, green value is 155 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d09baf hue: 0.94 , saturation: 0.36 and the lightness value of d09baf is 0.71.

The process color (four color CMYK) of #d09baf color hex is 0.00, 0.25, 0.16, 0.18. Web safe color of #d09baf is #cc9999. Color #d09baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011011 10101111
Octal 320 233 257
Decimal 208 155 175
Hex D0 9B AF

RGB Percentages of Color #d09baf

%38.66
%28.81
%32.53

CMYK Percentages of Color #d09baf

%0
%25
%16
%18

Triadic Colors of #d09baf

#d09baf #afd09b #9bafd0

Analogous Colors of #d09baf

#d09baf #d0a29b #d09bca

Monochromatic Colors of #d09baf

#d09baf

Complementary Color

#d09baf #9bd0bc

#d09baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09baf Color CSS Codes

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

#d09baf Text Font Color

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

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


#d09baf Background Color

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

This div background color is #d09baf


#d09baf Border Color

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

This div border color is #d09baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09baf


Comments

No comments written yet.

Please login to write comment.