Color Hex Logo

#d9b4dc Color Hex

#D9B4DC
(217,180,220)
0 Favorites   0 Comments

Color spaces of #d9b4dc

RGB 217180220
HSL0.820.360.78
HSV296°18°86°
CMYK 0.010.180.00   0.14
XYZ57.854852.561574.8063
Yxy52.56150.31240.2838
Hunter Lab72.499315.5701-10.4271
CIE-Lab77.615420.2295-15.0717

#d9b4dc color RGB value is (217,180,220).

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

The process color (four color CMYK) of #d9b4dc color hex is 0.01, 0.18, 0.00, 0.14. Web safe color of #d9b4dc is #cccccc. Color #d9b4dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10110100 11011100
Octal 331 264 334
Decimal 217 180 220
Hex D9 B4 DC

RGB Percentages of Color #d9b4dc

%35.17
%29.17
%35.66

CMYK Percentages of Color #d9b4dc

%1
%18
%0
%14

Triadic Colors of #d9b4dc

#d9b4dc #dcd9b4 #b4dcd9

Analogous Colors of #d9b4dc

#d9b4dc #dcb4cb #c5b4dc

Monochromatic Colors of #d9b4dc

#d9b4dc

Complementary Color

#d9b4dc #b7dcb4

#d9b4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9b4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9b4dc Color CSS Codes

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

#d9b4dc Text Font Color

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

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


#d9b4dc Background Color

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

This div background color is #d9b4dc


#d9b4dc Border Color

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

This div border color is #d9b4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9b4dc


Comments

No comments written yet.

Please login to write comment.