Color Hex Logo

#dba9df Color Hex

#DBA9DF
(219,169,223)
0 Favorites   0 Comments

Color spaces of #dba9df

RGB 219169223
HSL0.820.460.77
HSV296°24°87°
CMYK 0.020.240.00   0.13
XYZ56.720748.763776.2349
Yxy48.76370.31210.2683
Hunter Lab69.831022.7835-15.8455
CIE-Lab75.304127.4049-20.1730

#dba9df color RGB value is (219,169,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101001 11011111
Octal 333 251 337
Decimal 219 169 223
Hex DB A9 DF

RGB Percentages of Color #dba9df

%35.84
%27.66
%36.50

CMYK Percentages of Color #dba9df

%2
%24
%0
%13

Triadic Colors of #dba9df

#dba9df #dfdba9 #a9dfdb

Analogous Colors of #dba9df

#dba9df #dfa9c8 #c0a9df

Monochromatic Colors of #dba9df

#dba9df

Complementary Color

#dba9df #addfa9

#dba9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba9df Color CSS Codes

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

#dba9df Text Font Color

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

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


#dba9df Background Color

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

This div background color is #dba9df


#dba9df Border Color

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

This div border color is #dba9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba9df


Comments

No comments written yet.

Please login to write comment.