Color Hex Logo

#d8bbee Color Hex

#D8BBEE
(216,187,238)
0 Favorites   0 Comments

Color spaces of #d8bbee

RGB 216187238
HSL0.760.600.83
HSV274°21°93°
CMYK 0.090.210.00   0.07
XYZ61.521856.312688.5158
Yxy56.31260.29810.2729
Hunter Lab75.041715.0175-17.4066
CIE-Lab79.791419.6201-21.5020

#d8bbee color RGB value is (216,187,238).

#d8bbee hex color red value is 216, green value is 187 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d8bbee hue: 0.76 , saturation: 0.60 and the lightness value of d8bbee is 0.83.

The process color (four color CMYK) of #d8bbee color hex is 0.09, 0.21, 0.00, 0.07. Web safe color of #d8bbee is #ccccff. Color #d8bbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10111011 11101110
Octal 330 273 356
Decimal 216 187 238
Hex D8 BB EE

RGB Percentages of Color #d8bbee

%33.70
%29.17
%37.13

CMYK Percentages of Color #d8bbee

%9
%21
%0
%7

Triadic Colors of #d8bbee

#d8bbee #eed8bb #bbeed8

Analogous Colors of #d8bbee

#d8bbee #eebbeb #bfbbee

Monochromatic Colors of #d8bbee

#d8bbee

Complementary Color

#d8bbee #d1eebb

#d8bbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8bbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8bbee Color CSS Codes

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

#d8bbee Text Font Color

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

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


#d8bbee Background Color

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

This div background color is #d8bbee


#d8bbee Border Color

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

This div border color is #d8bbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8bbee


Comments

No comments written yet.

Please login to write comment.