Color Hex Logo

#d8bfdb Color Hex

#D8BFDB
(216,191,219)
0 Favorites   0 Comments

Color spaces of #d8bfdb

RGB 216191219
HSL0.820.280.80
HSV294°13°86°
CMYK 0.010.130.00   0.14
XYZ59.735956.975074.8667
Yxy56.97500.31180.2974
Hunter Lab75.48189.1709-5.9696
CIE-Lab80.165513.7812-10.7224

#d8bfdb color RGB value is (216,191,219).

#d8bfdb hex color red value is 216, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d8bfdb hue: 0.82 , saturation: 0.28 and the lightness value of d8bfdb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10111111 11011011
Octal 330 277 333
Decimal 216 191 219
Hex D8 BF DB

RGB Percentages of Color #d8bfdb

%34.50
%30.51
%34.98

CMYK Percentages of Color #d8bfdb

%1
%13
%0
%14

Triadic Colors of #d8bfdb

#d8bfdb #dbd8bf #bfdbd8

Analogous Colors of #d8bfdb

#d8bfdb #dbbfd0 #cabfdb

Monochromatic Colors of #d8bfdb

#d8bfdb

Complementary Color

#d8bfdb #c2dbbf

#d8bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8bfdb Color CSS Codes

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

#d8bfdb Text Font Color

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

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


#d8bfdb Background Color

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

This div background color is #d8bfdb


#d8bfdb Border Color

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

This div border color is #d8bfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8bfdb


Comments

No comments written yet.

Please login to write comment.