Color Hex Logo

#dbaadc Color Hex

#DBAADC
(219,170,220)
0 Favorites   0 Comments

Color spaces of #dbaadc

RGB 219170220
HSL0.830.420.76
HSV299°23°86°
CMYK 0.000.230.00   0.14
XYZ56.506448.976874.1854
Yxy48.97680.31450.2726
Hunter Lab69.983421.6544-13.8615
CIE-Lab75.436926.3016-18.3381

#dbaadc color RGB value is (219,170,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 11011100
Octal 333 252 334
Decimal 219 170 220
Hex DB AA DC

RGB Percentages of Color #dbaadc

%35.96
%27.91
%36.12

CMYK Percentages of Color #dbaadc

%0
%23
%0
%14

Triadic Colors of #dbaadc

#dbaadc #dcdbaa #aadcdb

Analogous Colors of #dbaadc

#dbaadc #dcaac4 #c2aadc

Monochromatic Colors of #dbaadc

#dbaadc

Complementary Color

#dbaadc #abdcaa

#dbaadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaadc Color CSS Codes

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

#dbaadc Text Font Color

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

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


#dbaadc Background Color

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

This div background color is #dbaadc


#dbaadc Border Color

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

This div border color is #dbaadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaadc


Comments

No comments written yet.

Please login to write comment.