Color Hex Logo

#d09dab Color Hex

#D09DAB
(208,157,171)
0 Favorites   0 Comments

Color spaces of #d09dab

RGB 208157171
HSL0.950.350.72
HSV344°25°82°
CMYK 0.000.250.18   0.18
XYZ45.420140.464143.9445
Yxy40.46410.34980.3117
Hunter Lab63.611416.13343.5688
CIE-Lab69.798821.08430.1277

#d09dab color RGB value is (208,157,171).

#d09dab hex color red value is 208, green value is 157 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d09dab hue: 0.95 , saturation: 0.35 and the lightness value of d09dab is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011101 10101011
Octal 320 235 253
Decimal 208 157 171
Hex D0 9D AB

RGB Percentages of Color #d09dab

%38.81
%29.29
%31.90

CMYK Percentages of Color #d09dab

%0
%25
%18
%18

Triadic Colors of #d09dab

#d09dab #abd09d #9dabd0

Analogous Colors of #d09dab

#d09dab #d0a99d #d09dc5

Monochromatic Colors of #d09dab

#d09dab

Complementary Color

#d09dab #9dd0c2

#d09dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09dab Color CSS Codes

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

#d09dab Text Font Color

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

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


#d09dab Background Color

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

This div background color is #d09dab


#d09dab Border Color

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

This div border color is #d09dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09dab


Comments

No comments written yet.

Please login to write comment.