Color Hex Logo

#dbaad9 Color Hex

#DBAAD9
(219,170,217)
0 Favorites   0 Comments

Color spaces of #dbaad9

RGB 219170217
HSL0.840.400.76
HSV302°22°86°
CMYK 0.000.220.01   0.14
XYZ56.112548.819372.1113
Yxy48.81930.31690.2757
Hunter Lab69.870821.0775-12.2816
CIE-Lab75.338825.7454-16.8516

#dbaad9 color RGB value is (219,170,217).

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

The process color (four color CMYK) of #dbaad9 color hex is 0.00, 0.22, 0.01, 0.14. Web safe color of #dbaad9 is #cc99cc. Color #dbaad9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 11011001
Octal 333 252 331
Decimal 219 170 217
Hex DB AA D9

RGB Percentages of Color #dbaad9

%36.14
%28.05
%35.81

CMYK Percentages of Color #dbaad9

%0
%22
%1
%14

Triadic Colors of #dbaad9

#dbaad9 #d9dbaa #aad9db

Analogous Colors of #dbaad9

#dbaad9 #dbaac1 #c5aadb

Monochromatic Colors of #dbaad9

#dbaad9

Complementary Color

#dbaad9 #aadbac

#dbaad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaad9 Color CSS Codes

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

#dbaad9 Text Font Color

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

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


#dbaad9 Background Color

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

This div background color is #dbaad9


#dbaad9 Border Color

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

This div border color is #dbaad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaad9


Comments

No comments written yet.

Please login to write comment.