Color Hex Logo

#dbbcfb Color Hex

#DBBCFB
(219,188,251)
0 Favorites   0 Comments

Color spaces of #dbbcfb

RGB 219188251
HSL0.750.890.86
HSV270°25°98°
CMYK 0.130.250.00   0.02
XYZ64.609257.991599.0550
Yxy57.99150.29150.2616
Hunter Lab76.152218.1772-23.8150
CIE-Lab80.734122.6742-27.0089

#dbbcfb color RGB value is (219,188,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111100 11111011
Octal 333 274 373
Decimal 219 188 251
Hex DB BC FB

RGB Percentages of Color #dbbcfb

%33.28
%28.57
%38.15

CMYK Percentages of Color #dbbcfb

%13
%25
%0
%2

Triadic Colors of #dbbcfb

#dbbcfb #fbdbbc #bcfbdb

Analogous Colors of #dbbcfb

#dbbcfb #fbbcfb #bcbdfb

Monochromatic Colors of #dbbcfb

#dbbcfb

Complementary Color

#dbbcfb #dcfbbc

#dbbcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbcfb Color CSS Codes

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

#dbbcfb Text Font Color

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

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


#dbbcfb Background Color

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

This div background color is #dbbcfb


#dbbcfb Border Color

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

This div border color is #dbbcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbcfb


Comments

No comments written yet.

Please login to write comment.