Color Hex Logo

#dbaafd Color Hex

#DBAAFD
(219,170,253)
0 Favorites   0 Comments

Color spaces of #dbaafd

RGB 219170253
HSL0.770.950.83
HSV275°33°99°
CMYK 0.130.330.00   0.01
XYZ61.317850.901499.5217
Yxy50.90140.28960.2404
Hunter Lab71.345228.5581-32.7638
CIE-Lab76.619232.8146-34.4073

#dbaafd color RGB value is (219,170,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 11111101
Octal 333 252 375
Decimal 219 170 253
Hex DB AA FD

RGB Percentages of Color #dbaafd

%34.11
%26.48
%39.41

CMYK Percentages of Color #dbaafd

%13
%33
%0
%1

Triadic Colors of #dbaafd

#dbaafd #fddbaa #aafddb

Analogous Colors of #dbaafd

#dbaafd #fdaaf6 #b2aafd

Monochromatic Colors of #dbaafd

#dbaafd

Complementary Color

#dbaafd #ccfdaa

#dbaafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaafd Color CSS Codes

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

#dbaafd Text Font Color

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

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


#dbaafd Background Color

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

This div background color is #dbaafd


#dbaafd Border Color

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

This div border color is #dbaafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaafd


Comments

No comments written yet.

Please login to write comment.