Color Hex Logo

#dbbafb Color Hex

#DBBAFB
(219,186,251)
0 Favorites   0 Comments

Color spaces of #dbbafb

RGB 219186251
HSL0.750.890.86
HSV270°26°98°
CMYK 0.130.260.00   0.02
XYZ64.184957.142998.9136
Yxy57.14290.29140.2595
Hunter Lab75.592919.2743-24.6661
CIE-Lab80.259923.7535-27.7342

#dbbafb color RGB value is (219,186,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111010 11111011
Octal 333 272 373
Decimal 219 186 251
Hex DB BA FB

RGB Percentages of Color #dbbafb

%33.38
%28.35
%38.26

CMYK Percentages of Color #dbbafb

%13
%26
%0
%2

Triadic Colors of #dbbafb

#dbbafb #fbdbba #bafbdb

Analogous Colors of #dbbafb

#dbbafb #fbbafb #bbbafb

Monochromatic Colors of #dbbafb

#dbbafb

Complementary Color

#dbbafb #dafbba

#dbbafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbafb Color CSS Codes

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

#dbbafb Text Font Color

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

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


#dbbafb Background Color

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

This div background color is #dbbafb


#dbbafb Border Color

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

This div border color is #dbbafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbafb


Comments

No comments written yet.

Please login to write comment.