Color Hex Logo

#dbabff Color Hex

#DBABFF
(219,171,255)
0 Favorites   0 Comments

Color spaces of #dbabff

RGB 219171255
HSL0.761.000.84
HSV274°33°100°
CMYK 0.140.330.00   0.00
XYZ61.826351.4059101.2715
Yxy51.40590.28820.2397
Hunter Lab71.697928.4522-33.5571
CIE-Lab76.924232.6910-35.0124

#dbabff color RGB value is (219,171,255).

#dbabff hex color red value is 219, green value is 171 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dbabff hue: 0.76 , saturation: 1.00 and the lightness value of dbabff is 0.84.

The process color (four color CMYK) of #dbabff color hex is 0.14, 0.33, 0.00, 0.00. Web safe color of #dbabff is #cc99ff. Color #dbabff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 11111111
Octal 333 253 377
Decimal 219 171 255
Hex DB AB FF

RGB Percentages of Color #dbabff

%33.95
%26.51
%39.53

CMYK Percentages of Color #dbabff

%14
%33
%0
%0

Triadic Colors of #dbabff

#dbabff #ffdbab #abffdb

Analogous Colors of #dbabff

#dbabff #ffabf9 #b1abff

Monochromatic Colors of #dbabff

#dbabff

Complementary Color

#dbabff #cfffab

#dbabff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbabff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbabff Color CSS Codes

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

#dbabff Text Font Color

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

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


#dbabff Background Color

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

This div background color is #dbabff


#dbabff Border Color

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

This div border color is #dbabff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbabff


Comments

No comments written yet.

Please login to write comment.