Color Hex Logo

#dbbefa Color Hex

#DBBEFA
(219,190,250)
0 Favorites   0 Comments

Color spaces of #dbbefa

RGB 219190250
HSL0.750.860.86
HSV269°24°98°
CMYK 0.120.240.00   0.02
XYZ64.882258.789198.3703
Yxy58.78910.29220.2648
Hunter Lab76.674116.8686-22.3953
CIE-Lab81.175521.3896-25.8002

#dbbefa color RGB value is (219,190,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 11111010
Octal 333 276 372
Decimal 219 190 250
Hex DB BE FA

RGB Percentages of Color #dbbefa

%33.23
%28.83
%37.94

CMYK Percentages of Color #dbbefa

%12
%24
%0
%2

Triadic Colors of #dbbefa

#dbbefa #fadbbe #befadb

Analogous Colors of #dbbefa

#dbbefa #f9befa #bebffa

Monochromatic Colors of #dbbefa

#dbbefa

Complementary Color

#dbbefa #ddfabe

#dbbefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbefa Color CSS Codes

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

#dbbefa Text Font Color

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

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


#dbbefa Background Color

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

This div background color is #dbbefa


#dbbefa Border Color

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

This div border color is #dbbefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbefa


Comments

No comments written yet.

Please login to write comment.