Color Hex Logo

#dba9de Color Hex

#DBA9DE
(219,169,222)
0 Favorites   0 Comments

Color spaces of #dba9de

RGB 219169222
HSL0.820.450.77
HSV297°24°87°
CMYK 0.010.240.00   0.13
XYZ56.586248.709975.5268
Yxy48.70990.31290.2694
Hunter Lab69.792522.5870-15.3067
CIE-Lab75.270527.2167-19.6794

#dba9de color RGB value is (219,169,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101001 11011110
Octal 333 251 336
Decimal 219 169 222
Hex DB A9 DE

RGB Percentages of Color #dba9de

%35.90
%27.70
%36.39

CMYK Percentages of Color #dba9de

%1
%24
%0
%13

Triadic Colors of #dba9de

#dba9de #dedba9 #a9dedb

Analogous Colors of #dba9de

#dba9de #dea9c7 #c1a9de

Monochromatic Colors of #dba9de

#dba9de

Complementary Color

#dba9de #acdea9

#dba9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba9de Color CSS Codes

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

#dba9de Text Font Color

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

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


#dba9de Background Color

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

This div background color is #dba9de


#dba9de Border Color

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

This div border color is #dba9de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba9de


Comments

No comments written yet.

Please login to write comment.