Color Hex Logo

#dbbffe Color Hex

#DBBFFE
(219,191,254)
0 Favorites   0 Comments

Color spaces of #dbbffe

RGB 219191254
HSL0.740.970.87
HSV267°25°100°
CMYK 0.140.250.00   0.00
XYZ65.733659.4774101.7817
Yxy59.47740.28960.2620
Hunter Lab77.121617.1794-24.2632
CIE-Lab81.553321.6786-27.3586

#dbbffe color RGB value is (219,191,254).

#dbbffe hex color red value is 219, green value is 191 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dbbffe hue: 0.74 , saturation: 0.97 and the lightness value of dbbffe is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111111 11111110
Octal 333 277 376
Decimal 219 191 254
Hex DB BF FE

RGB Percentages of Color #dbbffe

%32.98
%28.77
%38.25

CMYK Percentages of Color #dbbffe

%14
%25
%0
%0

Triadic Colors of #dbbffe

#dbbffe #fedbbf #bffedb

Analogous Colors of #dbbffe

#dbbffe #fbbffe #bfc3fe

Monochromatic Colors of #dbbffe

#dbbffe

Complementary Color

#dbbffe #e2febf

#dbbffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbffe Color CSS Codes

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

#dbbffe Text Font Color

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

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


#dbbffe Background Color

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

This div background color is #dbbffe


#dbbffe Border Color

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

This div border color is #dbbffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbffe


Comments

No comments written yet.

Please login to write comment.