Color Hex Logo

#d9abd1 Color Hex

#D9ABD1
(217,171,209)
0 Favorites   0 Comments

Color spaces of #d9abd1

RGB 217171209
HSL0.860.380.76
HSV310°21°85°
CMYK 0.000.210.04   0.15
XYZ54.686848.481066.7971
Yxy48.48100.32180.2852
Hunter Lab69.628318.3463-8.1394
CIE-Lab75.127323.0739-12.8241

#d9abd1 color RGB value is (217,171,209).

#d9abd1 hex color red value is 217, green value is 171 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #d9abd1 hue: 0.86 , saturation: 0.38 and the lightness value of d9abd1 is 0.76.

The process color (four color CMYK) of #d9abd1 color hex is 0.00, 0.21, 0.04, 0.15. Web safe color of #d9abd1 is #cc99cc. Color #d9abd1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101011 11010001
Octal 331 253 321
Decimal 217 171 209
Hex D9 AB D1

RGB Percentages of Color #d9abd1

%36.35
%28.64
%35.01

CMYK Percentages of Color #d9abd1

%0
%21
%4
%15

Triadic Colors of #d9abd1

#d9abd1 #d1d9ab #abd1d9

Analogous Colors of #d9abd1

#d9abd1 #d9abba #caabd9

Monochromatic Colors of #d9abd1

#d9abd1

Complementary Color

#d9abd1 #abd9b3

#d9abd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9abd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9abd1 Color CSS Codes

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

#d9abd1 Text Font Color

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

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


#d9abd1 Background Color

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

This div background color is #d9abd1


#d9abd1 Border Color

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

This div border color is #d9abd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9abd1


Comments

No comments written yet.

Please login to write comment.