Color Hex Logo

#dbaadd Color Hex

#DBAADD
(219,170,221)
0 Favorites   0 Comments

Color spaces of #dbaadd

RGB 219170221
HSL0.830.430.77
HSV298°23°87°
CMYK 0.010.230.00   0.13
XYZ56.639349.030074.8851
Yxy49.03000.31370.2716
Hunter Lab70.021421.8485-14.3933
CIE-Lab75.470026.4883-18.8326

#dbaadd color RGB value is (219,170,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 11011101
Octal 333 252 335
Decimal 219 170 221
Hex DB AA DD

RGB Percentages of Color #dbaadd

%35.90
%27.87
%36.23

CMYK Percentages of Color #dbaadd

%1
%23
%0
%13

Triadic Colors of #dbaadd

#dbaadd #dddbaa #aadddb

Analogous Colors of #dbaadd

#dbaadd #ddaac6 #c2aadd

Monochromatic Colors of #dbaadd

#dbaadd

Complementary Color

#dbaadd #acddaa

#dbaadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaadd Color CSS Codes

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

#dbaadd Text Font Color

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

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


#dbaadd Background Color

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

This div background color is #dbaadd


#dbaadd Border Color

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

This div border color is #dbaadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaadd


Comments

No comments written yet.

Please login to write comment.