Color Hex Logo

#dbadfb Color Hex

#DBADFB
(219,173,251)
0 Favorites   0 Comments

Color spaces of #dbadfb

RGB 219173251
HSL0.760.910.83
HSV275°31°98°
CMYK 0.130.310.00   0.02
XYZ61.569651.912298.0418
Yxy51.91220.29110.2454
Hunter Lab72.050126.4474-30.2435
CIE-Lab77.228330.7799-32.3903

#dbadfb color RGB value is (219,173,251).

#dbadfb hex color red value is 219, green value is 173 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dbadfb hue: 0.76 , saturation: 0.91 and the lightness value of dbadfb is 0.83.

The process color (four color CMYK) of #dbadfb color hex is 0.13, 0.31, 0.00, 0.02. Web safe color of #dbadfb is #cc99ff. Color #dbadfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 11111011
Octal 333 255 373
Decimal 219 173 251
Hex DB AD FB

RGB Percentages of Color #dbadfb

%34.06
%26.91
%39.04

CMYK Percentages of Color #dbadfb

%13
%31
%0
%2

Triadic Colors of #dbadfb

#dbadfb #fbdbad #adfbdb

Analogous Colors of #dbadfb

#dbadfb #fbadf4 #b4adfb

Monochromatic Colors of #dbadfb

#dbadfb

Complementary Color

#dbadfb #cdfbad

#dbadfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbadfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbadfb Color CSS Codes

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

#dbadfb Text Font Color

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

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


#dbadfb Background Color

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

This div background color is #dbadfb


#dbadfb Border Color

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

This div border color is #dbadfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbadfb


Comments

No comments written yet.

Please login to write comment.