Color Hex Logo

#d1a9bc Color Hex

#D1A9BC
(209,169,188)
0 Favorites   0 Comments

Color spaces of #d1a9bc

RGB 209169188
HSL0.920.300.74
HSV332°19°82°
CMYK 0.000.190.10   0.18
XYZ49.559645.562153.7592
Yxy45.56210.33290.3060
Hunter Lab67.499712.93370.0291
CIE-Lab73.260517.6953-4.1768

#d1a9bc color RGB value is (209,169,188).

#d1a9bc hex color red value is 209, green value is 169 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d1a9bc hue: 0.92 , saturation: 0.30 and the lightness value of d1a9bc is 0.74.

The process color (four color CMYK) of #d1a9bc color hex is 0.00, 0.19, 0.10, 0.18. Web safe color of #d1a9bc is #cc99cc. Color #d1a9bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101001 10111100
Octal 321 251 274
Decimal 209 169 188
Hex D1 A9 BC

RGB Percentages of Color #d1a9bc

%36.93
%29.86
%33.22

CMYK Percentages of Color #d1a9bc

%0
%19
%10
%18

Triadic Colors of #d1a9bc

#d1a9bc #bcd1a9 #a9bcd1

Analogous Colors of #d1a9bc

#d1a9bc #d1aaa9 #d1a9d0

Monochromatic Colors of #d1a9bc

#d1a9bc

Complementary Color

#d1a9bc #a9d1be

#d1a9bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1a9bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1a9bc Color CSS Codes

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

#d1a9bc Text Font Color

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

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


#d1a9bc Background Color

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

This div background color is #d1a9bc


#d1a9bc Border Color

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

This div border color is #d1a9bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,169,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d1a9bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d1a9bc;
  -webkit-box-shadow: 1px 1px 3px 2px #d1a9bc;
  box-shadow:         1px 1px 3px 2px #d1a9bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,169,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1a9bc

#d1a9bc Color Palettes


Comments

No comments written yet.

Please login to write comment.