Color Hex Logo

#dbbdfb Color Hex

#DBBDFB
(219,189,251)
0 Favorites   0 Comments

Color spaces of #dbbdfb

RGB 219189251
HSL0.750.890.86
HSV269°25°98°
CMYK 0.130.250.00   0.02
XYZ64.823658.420399.1265
Yxy58.42030.29150.2627
Hunter Lab76.433217.6293-23.3902
CIE-Lab80.971922.1348-26.6455

#dbbdfb color RGB value is (219,189,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111101 11111011
Octal 333 275 373
Decimal 219 189 251
Hex DB BD FB

RGB Percentages of Color #dbbdfb

%33.23
%28.68
%38.09

CMYK Percentages of Color #dbbdfb

%13
%25
%0
%2

Triadic Colors of #dbbdfb

#dbbdfb #fbdbbd #bdfbdb

Analogous Colors of #dbbdfb

#dbbdfb #fabdfb #bdbefb

Monochromatic Colors of #dbbdfb

#dbbdfb

Complementary Color

#dbbdfb #ddfbbd

#dbbdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbdfb Color CSS Codes

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

#dbbdfb Text Font Color

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

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


#dbbdfb Background Color

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

This div background color is #dbbdfb


#dbbdfb Border Color

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

This div border color is #dbbdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbdfb


Comments

No comments written yet.

Please login to write comment.