Color Hex Logo

#d9abdb Color Hex

#D9ABDB
(217,171,219)
0 Favorites   0 Comments

Color spaces of #d9abdb

RGB 217171219
HSL0.830.400.76
HSV298°22°86°
CMYK 0.010.220.00   0.14
XYZ55.964448.992073.5246
Yxy48.99200.31360.2745
Hunter Lab69.994320.2309-13.2844
CIE-Lab75.446424.9123-17.7977

#d9abdb color RGB value is (217,171,219).

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

The process color (four color CMYK) of #d9abdb color hex is 0.01, 0.22, 0.00, 0.14. Web safe color of #d9abdb is #cc99cc. Color #d9abdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101011 11011011
Octal 331 253 333
Decimal 217 171 219
Hex D9 AB DB

RGB Percentages of Color #d9abdb

%35.75
%28.17
%36.08

CMYK Percentages of Color #d9abdb

%1
%22
%0
%14

Triadic Colors of #d9abdb

#d9abdb #dbd9ab #abdbd9

Analogous Colors of #d9abdb

#d9abdb #dbabc5 #c1abdb

Monochromatic Colors of #d9abdb

#d9abdb

Complementary Color

#d9abdb #addbab

#d9abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9abdb Color CSS Codes

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

#d9abdb Text Font Color

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

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


#d9abdb Background Color

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

This div background color is #d9abdb


#d9abdb Border Color

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

This div border color is #d9abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9abdb


Comments

No comments written yet.

Please login to write comment.