Color Hex Logo

#d8bbf6 Color Hex

#D8BBF6
(216,187,246)
0 Favorites   0 Comments

Color spaces of #d8bbf6

RGB 216187246
HSL0.750.770.85
HSV269°24°96°
CMYK 0.120.240.00   0.04
XYZ62.723856.793494.8451
Yxy56.79340.29260.2649
Hunter Lab75.361416.6843-21.8657
CIE-Lab80.063321.2469-25.3803

#d8bbf6 color RGB value is (216,187,246).

#d8bbf6 hex color red value is 216, green value is 187 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #d8bbf6 hue: 0.75 , saturation: 0.77 and the lightness value of d8bbf6 is 0.85.

The process color (four color CMYK) of #d8bbf6 color hex is 0.12, 0.24, 0.00, 0.04. Web safe color of #d8bbf6 is #ccccff. Color #d8bbf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10111011 11110110
Octal 330 273 366
Decimal 216 187 246
Hex D8 BB F6

RGB Percentages of Color #d8bbf6

%33.28
%28.81
%37.90

CMYK Percentages of Color #d8bbf6

%12
%24
%0
%4

Triadic Colors of #d8bbf6

#d8bbf6 #f6d8bb #bbf6d8

Analogous Colors of #d8bbf6

#d8bbf6 #f6bbf6 #bbbcf6

Monochromatic Colors of #d8bbf6

#d8bbf6

Complementary Color

#d8bbf6 #d9f6bb

#d8bbf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8bbf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8bbf6 Color CSS Codes

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

#d8bbf6 Text Font Color

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

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


#d8bbf6 Background Color

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

This div background color is #d8bbf6


#d8bbf6 Border Color

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

This div border color is #d8bbf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8bbf6


Comments

No comments written yet.

Please login to write comment.