Color Hex Logo

#d8bfdc Color Hex

#D8BFDC
(216,191,220)
0 Favorites   0 Comments

Color spaces of #d8bfdc

RGB 216191220
HSL0.810.290.81
HSV292°13°86°
CMYK 0.020.130.00   0.14
XYZ59.868057.027875.5622
Yxy57.02780.31110.2963
Hunter Lab75.51689.3565-6.4640
CIE-Lab80.195213.9686-11.2161

#d8bfdc color RGB value is (216,191,220).

#d8bfdc hex color red value is 216, green value is 191 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d8bfdc hue: 0.81 , saturation: 0.29 and the lightness value of d8bfdc is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10111111 11011100
Octal 330 277 334
Decimal 216 191 220
Hex D8 BF DC

RGB Percentages of Color #d8bfdc

%34.45
%30.46
%35.09

CMYK Percentages of Color #d8bfdc

%2
%13
%0
%14

Triadic Colors of #d8bfdc

#d8bfdc #dcd8bf #bfdcd8

Analogous Colors of #d8bfdc

#d8bfdc #dcbfd2 #cabfdc

Monochromatic Colors of #d8bfdc

#d8bfdc

Complementary Color

#d8bfdc #c3dcbf

#d8bfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8bfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8bfdc Color CSS Codes

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

#d8bfdc Text Font Color

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

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


#d8bfdc Background Color

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

This div background color is #d8bfdc


#d8bfdc Border Color

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

This div border color is #d8bfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8bfdc


Comments

No comments written yet.

Please login to write comment.