Color Hex Logo

#dbbefb Color Hex

#DBBEFB
(219,190,251)
0 Favorites   0 Comments

Color spaces of #dbbefb

RGB 219190251
HSL0.750.880.86
HSV269°24°98°
CMYK 0.130.240.00   0.02
XYZ65.039558.852099.1984
Yxy58.85200.29150.2638
Hunter Lab76.715117.0821-22.9659
CIE-Lab81.210221.5958-26.2815

#dbbefb color RGB value is (219,190,251).

#dbbefb hex color red value is 219, green value is 190 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dbbefb hue: 0.75 , saturation: 0.88 and the lightness value of dbbefb is 0.86.

The process color (four color CMYK) of #dbbefb color hex is 0.13, 0.24, 0.00, 0.02. Web safe color of #dbbefb is #ccccff. Color #dbbefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 11111011
Octal 333 276 373
Decimal 219 190 251
Hex DB BE FB

RGB Percentages of Color #dbbefb

%33.18
%28.79
%38.03

CMYK Percentages of Color #dbbefb

%13
%24
%0
%2

Triadic Colors of #dbbefb

#dbbefb #fbdbbe #befbdb

Analogous Colors of #dbbefb

#dbbefb #fabefb #bec0fb

Monochromatic Colors of #dbbefb

#dbbefb

Complementary Color

#dbbefb #defbbe

#dbbefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbefb Color CSS Codes

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

#dbbefb Text Font Color

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

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


#dbbefb Background Color

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

This div background color is #dbbefb


#dbbefb Border Color

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

This div border color is #dbbefb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,190,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbefb


Comments

No comments written yet.

Please login to write comment.