Color Hex Logo

#d8abdc Color Hex

#D8ABDC
(216,171,220)
0 Favorites   0 Comments

Color spaces of #d8abdc

RGB 216171220
HSL0.820.410.77
HSV295°22°86°
CMYK 0.020.220.00   0.14
XYZ55.800148.892174.2063
Yxy48.89210.31190.2733
Hunter Lab69.922920.0821-13.9760
CIE-Lab75.384224.7699-18.4455

#d8abdc color RGB value is (216,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101011 11011100
Octal 330 253 334
Decimal 216 171 220
Hex D8 AB DC

RGB Percentages of Color #d8abdc

%35.58
%28.17
%36.24

CMYK Percentages of Color #d8abdc

%2
%22
%0
%14

Triadic Colors of #d8abdc

#d8abdc #dcd8ab #abdcd8

Analogous Colors of #d8abdc

#d8abdc #dcabc8 #c0abdc

Monochromatic Colors of #d8abdc

#d8abdc

Complementary Color

#d8abdc #afdcab

#d8abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8abdc Color CSS Codes

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

#d8abdc Text Font Color

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

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


#d8abdc Background Color

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

This div background color is #d8abdc


#d8abdc Border Color

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

This div border color is #d8abdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,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 #d8abdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8abdc


Comments

No comments written yet.

Please login to write comment.