Color Hex Logo

#d9abda Color Hex

#D9ABDA
(217,171,218)
0 Favorites   0 Comments

Color spaces of #d9abda

RGB 217171218
HSL0.830.390.76
HSV299°22°85°
CMYK 0.000.220.00   0.15
XYZ55.833148.939572.8332
Yxy48.93950.31440.2756
Hunter Lab69.956820.0380-12.7581
CIE-Lab75.413724.7252-17.3023

#d9abda color RGB value is (217,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101011 11011010
Octal 331 253 332
Decimal 217 171 218
Hex D9 AB DA

RGB Percentages of Color #d9abda

%35.81
%28.22
%35.97

CMYK Percentages of Color #d9abda

%0
%22
%0
%15

Triadic Colors of #d9abda

#d9abda #dad9ab #abdad9

Analogous Colors of #d9abda

#d9abda #daabc4 #c2abda

Monochromatic Colors of #d9abda

#d9abda

Complementary Color

#d9abda #acdaab

#d9abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9abda Color CSS Codes

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

#d9abda Text Font Color

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

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


#d9abda Background Color

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

This div background color is #d9abda


#d9abda Border Color

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

This div border color is #d9abda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9abda

#d9abda Color Palettes


Comments

No comments written yet.

Please login to write comment.