Color Hex Logo

#d8abde Color Hex

#D8ABDE
(216,171,222)
0 Favorites   0 Comments

Color spaces of #d8abde

RGB 216171222
HSL0.810.440.77
HSV293°23°87°
CMYK 0.030.230.00   0.13
XYZ56.066648.998775.6099
Yxy48.99870.31030.2712
Hunter Lab69.999120.4734-15.0431
CIE-Lab75.450525.1493-19.4339

#d8abde color RGB value is (216,171,222).

#d8abde hex color red value is 216, green value is 171 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d8abde hue: 0.81 , saturation: 0.44 and the lightness value of d8abde is 0.77.

The process color (four color CMYK) of #d8abde color hex is 0.03, 0.23, 0.00, 0.13. Web safe color of #d8abde is #cc99cc. Color #d8abde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101011 11011110
Octal 330 253 336
Decimal 216 171 222
Hex D8 AB DE

RGB Percentages of Color #d8abde

%35.47
%28.08
%36.45

CMYK Percentages of Color #d8abde

%3
%23
%0
%13

Triadic Colors of #d8abde

#d8abde #ded8ab #abded8

Analogous Colors of #d8abde

#d8abde #deabcb #bfabde

Monochromatic Colors of #d8abde

#d8abde

Complementary Color

#d8abde #b1deab

#d8abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8abde Color CSS Codes

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

#d8abde Text Font Color

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

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


#d8abde Background Color

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

This div background color is #d8abde


#d8abde Border Color

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

This div border color is #d8abde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8abde


Comments

No comments written yet.

Please login to write comment.