Color Hex Logo

#d8bbdb Color Hex

#D8BBDB
(216,187,219)
0 Favorites   0 Comments

Color spaces of #d8bbdb

RGB 216187219
HSL0.820.310.80
HSV294°15°86°
CMYK 0.010.150.00   0.14
XYZ58.875455.254174.5799
Yxy55.25410.31200.2928
Hunter Lab74.333111.2977-7.4537
CIE-Lab79.187415.9308-12.1831

#d8bbdb color RGB value is (216,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10111011 11011011
Octal 330 273 333
Decimal 216 187 219
Hex D8 BB DB

RGB Percentages of Color #d8bbdb

%34.73
%30.06
%35.21

CMYK Percentages of Color #d8bbdb

%1
%15
%0
%14

Triadic Colors of #d8bbdb

#d8bbdb #dbd8bb #bbdbd8

Analogous Colors of #d8bbdb

#d8bbdb #dbbbce #c8bbdb

Monochromatic Colors of #d8bbdb

#d8bbdb

Complementary Color

#d8bbdb #bedbbb

#d8bbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8bbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8bbdb Color CSS Codes

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

#d8bbdb Text Font Color

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

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


#d8bbdb Background Color

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

This div background color is #d8bbdb


#d8bbdb Border Color

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

This div border color is #d8bbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8bbdb


Comments

No comments written yet.

Please login to write comment.