Color Hex Logo

#d8bbdf Color Hex

#D8BBDF
(216,187,223)
0 Favorites   0 Comments

Color spaces of #d8bbdf

RGB 216187223
HSL0.800.360.80
HSV288°16°87°
CMYK 0.030.160.00   0.13
XYZ59.408555.467377.3871
Yxy55.46730.30900.2885
Hunter Lab74.476412.0527-9.4737
CIE-Lab79.309716.6863-14.1571

#d8bbdf color RGB value is (216,187,223).

#d8bbdf hex color red value is 216, green value is 187 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d8bbdf hue: 0.80 , saturation: 0.36 and the lightness value of d8bbdf is 0.80.

The process color (four color CMYK) of #d8bbdf color hex is 0.03, 0.16, 0.00, 0.13. Web safe color of #d8bbdf is #cccccc. Color #d8bbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10111011 11011111
Octal 330 273 337
Decimal 216 187 223
Hex D8 BB DF

RGB Percentages of Color #d8bbdf

%34.50
%29.87
%35.62

CMYK Percentages of Color #d8bbdf

%3
%16
%0
%13

Triadic Colors of #d8bbdf

#d8bbdf #dfd8bb #bbdfd8

Analogous Colors of #d8bbdf

#d8bbdf #dfbbd4 #c6bbdf

Monochromatic Colors of #d8bbdf

#d8bbdf

Complementary Color

#d8bbdf #c2dfbb

#d8bbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8bbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8bbdf Color CSS Codes

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

#d8bbdf Text Font Color

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

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


#d8bbdf Background Color

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

This div background color is #d8bbdf


#d8bbdf Border Color

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

This div border color is #d8bbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8bbdf


Comments

No comments written yet.

Please login to write comment.