Color Hex Logo

#dbabfb Color Hex

#DBABFB
(219,171,251)
0 Favorites   0 Comments

Color spaces of #dbabfb

RGB 219171251
HSL0.770.910.83
HSV276°32°98°
CMYK 0.130.320.00   0.02
XYZ61.188951.150997.9149
Yxy51.15090.29100.2433
Hunter Lab71.519927.5561-31.1076
CIE-Lab76.770331.8604-33.0966

#dbabfb color RGB value is (219,171,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 11111011
Octal 333 253 373
Decimal 219 171 251
Hex DB AB FB

RGB Percentages of Color #dbabfb

%34.17
%26.68
%39.16

CMYK Percentages of Color #dbabfb

%13
%32
%0
%2

Triadic Colors of #dbabfb

#dbabfb #fbdbab #abfbdb

Analogous Colors of #dbabfb

#dbabfb #fbabf3 #b3abfb

Monochromatic Colors of #dbabfb

#dbabfb

Complementary Color

#dbabfb #cbfbab

#dbabfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbabfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbabfb Color CSS Codes

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

#dbabfb Text Font Color

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

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


#dbabfb Background Color

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

This div background color is #dbabfb


#dbabfb Border Color

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

This div border color is #dbabfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbabfb


Comments

No comments written yet.

Please login to write comment.