Color Hex Logo

#dbbfef Color Hex

#DBBFEF
(219,191,239)
0 Favorites   0 Comments

Color spaces of #dbbfef

RGB 219191239
HSL0.760.600.84
HSV275°20°94°
CMYK 0.080.200.00   0.06
XYZ63.424258.553789.6205
Yxy58.55370.29970.2767
Hunter Lab76.520414.0397-15.8760
CIE-Lab81.045718.6267-20.1128

#dbbfef color RGB value is (219,191,239).

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

The process color (four color CMYK) of #dbbfef color hex is 0.08, 0.20, 0.00, 0.06. Web safe color of #dbbfef is #ccccff. Color #dbbfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111111 11101111
Octal 333 277 357
Decimal 219 191 239
Hex DB BF EF

RGB Percentages of Color #dbbfef

%33.74
%29.43
%36.83

CMYK Percentages of Color #dbbfef

%8
%20
%0
%6

Triadic Colors of #dbbfef

#dbbfef #efdbbf #bfefdb

Analogous Colors of #dbbfef

#dbbfef #efbfeb #c3bfef

Monochromatic Colors of #dbbfef

#dbbfef

Complementary Color

#dbbfef #d3efbf

#dbbfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbfef Color CSS Codes

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

#dbbfef Text Font Color

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

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


#dbbfef Background Color

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

This div background color is #dbbfef


#dbbfef Border Color

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

This div border color is #dbbfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbfef


Comments

No comments written yet.

Please login to write comment.