Color Hex Logo

#d6bbef Color Hex

#D6BBEF
(214,187,239)
0 Favorites   0 Comments

Color spaces of #d6bbef

RGB 214187239
HSL0.750.620.84
HSV271°22°94°
CMYK 0.100.220.00   0.06
XYZ61.081956.068889.2643
Yxy56.06880.29590.2716
Hunter Lab74.879114.5712-18.2650
CIE-Lab79.653019.1835-22.2653

#d6bbef color RGB value is (214,187,239).

#d6bbef hex color red value is 214, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d6bbef hue: 0.75 , saturation: 0.62 and the lightness value of d6bbef is 0.84.

The process color (four color CMYK) of #d6bbef color hex is 0.10, 0.22, 0.00, 0.06. Web safe color of #d6bbef is #ccccff. Color #d6bbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10111011 11101111
Octal 326 273 357
Decimal 214 187 239
Hex D6 BB EF

RGB Percentages of Color #d6bbef

%33.44
%29.22
%37.34

CMYK Percentages of Color #d6bbef

%10
%22
%0
%6

Triadic Colors of #d6bbef

#d6bbef #efd6bb #bbefd6

Analogous Colors of #d6bbef

#d6bbef #efbbee #bcbbef

Monochromatic Colors of #d6bbef

#d6bbef

Complementary Color

#d6bbef #d4efbb

#d6bbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6bbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6bbef Color CSS Codes

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

#d6bbef Text Font Color

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

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


#d6bbef Background Color

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

This div background color is #d6bbef


#d6bbef Border Color

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

This div border color is #d6bbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6bbef


Comments

No comments written yet.

Please login to write comment.