Color Hex Logo

#dbbdfe Color Hex

#DBBDFE
(219,189,254)
0 Favorites   0 Comments

Color spaces of #dbbdfe

RGB 219189254
HSL0.740.970.87
HSV268°26°100°
CMYK 0.140.260.00   0.00
XYZ65.300458.6110101.6373
Yxy58.61100.28950.2599
Hunter Lab76.557818.2763-25.1223
CIE-Lab81.077322.7569-28.0867

#dbbdfe color RGB value is (219,189,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111101 11111110
Octal 333 275 376
Decimal 219 189 254
Hex DB BD FE

RGB Percentages of Color #dbbdfe

%33.08
%28.55
%38.37

CMYK Percentages of Color #dbbdfe

%14
%26
%0
%0

Triadic Colors of #dbbdfe

#dbbdfe #fedbbd #bdfedb

Analogous Colors of #dbbdfe

#dbbdfe #fcbdfe #bdc0fe

Monochromatic Colors of #dbbdfe

#dbbdfe

Complementary Color

#dbbdfe #e0febd

#dbbdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbdfe Color CSS Codes

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

#dbbdfe Text Font Color

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

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


#dbbdfe Background Color

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

This div background color is #dbbdfe


#dbbdfe Border Color

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

This div border color is #dbbdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbdfe

Related Colors

#dbbdfe Color Palettes


Comments

No comments written yet.

Please login to write comment.