Color Hex Logo

#dba0dc Color Hex

#DBA0DC
(219,160,220)
0 Favorites   0 Comments

Color spaces of #dba0dc

RGB 219160220
HSL0.830.460.75
HSV299°27°86°
CMYK 0.000.270.00   0.14
XYZ54.702545.369073.5841
Yxy45.36900.31500.2613
Hunter Lab67.356527.0920-17.6222
CIE-Lab73.134231.7047-21.8315

#dba0dc color RGB value is (219,160,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100000 11011100
Octal 333 240 334
Decimal 219 160 220
Hex DB A0 DC

RGB Percentages of Color #dba0dc

%36.56
%26.71
%36.73

CMYK Percentages of Color #dba0dc

%0
%27
%0
%14

Triadic Colors of #dba0dc

#dba0dc #dcdba0 #a0dcdb

Analogous Colors of #dba0dc

#dba0dc #dca0bf #bda0dc

Monochromatic Colors of #dba0dc

#dba0dc

Complementary Color

#dba0dc #a1dca0

#dba0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba0dc Color CSS Codes

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

#dba0dc Text Font Color

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

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


#dba0dc Background Color

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

This div background color is #dba0dc


#dba0dc Border Color

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

This div border color is #dba0dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba0dc


Comments

No comments written yet.

Please login to write comment.