Color Hex Logo

#dbaafb Color Hex

#DBAAFB
(219,170,251)
0 Favorites   0 Comments

Color spaces of #dbaafb

RGB 219170251
HSL0.770.910.83
HSV276°32°98°
CMYK 0.130.320.00   0.02
XYZ61.000750.774697.8522
Yxy50.77460.29100.2422
Hunter Lab71.256328.1108-31.5402
CIE-Lab76.542332.4003-33.4486

#dbaafb color RGB value is (219,170,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 11111011
Octal 333 252 373
Decimal 219 170 251
Hex DB AA FB

RGB Percentages of Color #dbaafb

%34.22
%26.56
%39.22

CMYK Percentages of Color #dbaafb

%13
%32
%0
%2

Triadic Colors of #dbaafb

#dbaafb #fbdbaa #aafbdb

Analogous Colors of #dbaafb

#dbaafb #fbaaf3 #b3aafb

Monochromatic Colors of #dbaafb

#dbaafb

Complementary Color

#dbaafb #cafbaa

#dbaafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaafb Color CSS Codes

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

#dbaafb Text Font Color

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

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


#dbaafb Background Color

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

This div background color is #dbaafb


#dbaafb Border Color

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

This div border color is #dbaafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaafb


Comments

No comments written yet.

Please login to write comment.