Color Hex Logo

#d09fab Color Hex

#D09FAB
(208,159,171)
0 Favorites   0 Comments

Color spaces of #d09fab

RGB 208159171
HSL0.960.340.72
HSV345°24°82°
CMYK 0.000.240.18   0.18
XYZ45.761241.146444.0583
Yxy41.14640.34940.3142
Hunter Lab64.145515.08694.1785
CIE-Lab70.278419.99340.8271

#d09fab color RGB value is (208,159,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011111 10101011
Octal 320 237 253
Decimal 208 159 171
Hex D0 9F AB

RGB Percentages of Color #d09fab

%38.66
%29.55
%31.78

CMYK Percentages of Color #d09fab

%0
%24
%18
%18

Triadic Colors of #d09fab

#d09fab #abd09f #9fabd0

Analogous Colors of #d09fab

#d09fab #d0ac9f #d09fc4

Monochromatic Colors of #d09fab

#d09fab

Complementary Color

#d09fab #9fd0c4

#d09fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09fab Color CSS Codes

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

#d09fab Text Font Color

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

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


#d09fab Background Color

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

This div background color is #d09fab


#d09fab Border Color

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

This div border color is #d09fab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,159,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 #d09fab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09fab


Comments

No comments written yet.

Please login to write comment.