Color Hex Logo

#d8bfec Color Hex

#D8BFEC
(216,191,236)
0 Favorites   0 Comments

Color spaces of #d8bfec

RGB 216191236
HSL0.760.540.84
HSV273°19°93°
CMYK 0.080.190.00   0.07
XYZ62.090057.916787.2634
Yxy57.91670.29960.2794
Hunter Lab76.103012.4521-14.7127
CIE-Lab80.692517.0637-19.0639

#d8bfec color RGB value is (216,191,236).

#d8bfec hex color red value is 216, green value is 191 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d8bfec hue: 0.76 , saturation: 0.54 and the lightness value of d8bfec is 0.84.

The process color (four color CMYK) of #d8bfec color hex is 0.08, 0.19, 0.00, 0.07. Web safe color of #d8bfec is #ccccff. Color #d8bfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10111111 11101100
Octal 330 277 354
Decimal 216 191 236
Hex D8 BF EC

RGB Percentages of Color #d8bfec

%33.59
%29.70
%36.70

CMYK Percentages of Color #d8bfec

%8
%19
%0
%7

Triadic Colors of #d8bfec

#d8bfec #ecd8bf #bfecd8

Analogous Colors of #d8bfec

#d8bfec #ecbfea #c2bfec

Monochromatic Colors of #d8bfec

#d8bfec

Complementary Color

#d8bfec #d3ecbf

#d8bfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8bfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8bfec Color CSS Codes

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

#d8bfec Text Font Color

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

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


#d8bfec Background Color

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

This div background color is #d8bfec


#d8bfec Border Color

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

This div border color is #d8bfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8bfec


Comments

No comments written yet.

Please login to write comment.