Color Hex Logo

#d9abdc Color Hex

#D9ABDC
(217,171,220)
0 Favorites   0 Comments

Color spaces of #d9abdc

RGB 217171220
HSL0.820.410.77
HSV296°22°86°
CMYK 0.010.220.00   0.14
XYZ56.096449.044874.2201
Yxy49.04480.31280.2734
Hunter Lab70.032020.4245-13.8133
CIE-Lab75.479225.1000-18.2926

#d9abdc color RGB value is (217,171,220).

#d9abdc hex color red value is 217, green value is 171 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d9abdc hue: 0.82 , saturation: 0.41 and the lightness value of d9abdc is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101011 11011100
Octal 331 253 334
Decimal 217 171 220
Hex D9 AB DC

RGB Percentages of Color #d9abdc

%35.69
%28.13
%36.18

CMYK Percentages of Color #d9abdc

%1
%22
%0
%14

Triadic Colors of #d9abdc

#d9abdc #dcd9ab #abdcd9

Analogous Colors of #d9abdc

#d9abdc #dcabc7 #c1abdc

Monochromatic Colors of #d9abdc

#d9abdc

Complementary Color

#d9abdc #aedcab

#d9abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9abdc Color CSS Codes

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

#d9abdc Text Font Color

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

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


#d9abdc Background Color

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

This div background color is #d9abdc


#d9abdc Border Color

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

This div border color is #d9abdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9abdc


Comments

No comments written yet.

Please login to write comment.