Color Hex Logo

#dbaadf Color Hex

#DBAADF
(219,170,223)
0 Favorites   0 Comments

Color spaces of #dbaadf

RGB 219170223
HSL0.820.450.77
HSV295°24°87°
CMYK 0.020.240.00   0.13
XYZ56.907449.137276.2971
Yxy49.13720.31210.2695
Hunter Lab70.097922.2398-15.4648
CIE-Lab75.536626.8640-19.8204

#dbaadf color RGB value is (219,170,223).

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

The process color (four color CMYK) of #dbaadf color hex is 0.02, 0.24, 0.00, 0.13. Web safe color of #dbaadf is #cc99cc. Color #dbaadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 11011111
Octal 333 252 337
Decimal 219 170 223
Hex DB AA DF

RGB Percentages of Color #dbaadf

%35.78
%27.78
%36.44

CMYK Percentages of Color #dbaadf

%2
%24
%0
%13

Triadic Colors of #dbaadf

#dbaadf #dfdbaa #aadfdb

Analogous Colors of #dbaadf

#dbaadf #dfaac9 #c1aadf

Monochromatic Colors of #dbaadf

#dbaadf

Complementary Color

#dbaadf #aedfaa

#dbaadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaadf Color CSS Codes

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

#dbaadf Text Font Color

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

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


#dbaadf Background Color

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

This div background color is #dbaadf


#dbaadf Border Color

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

This div border color is #dbaadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaadf


Comments

No comments written yet.

Please login to write comment.