Color Hex Logo

#dba1dc Color Hex

#DBA1DC
(219,161,220)
0 Favorites   0 Comments

Color spaces of #dba1dc

RGB 219161220
HSL0.830.460.75
HSV299°27°86°
CMYK 0.000.270.00   0.14
XYZ54.876645.717173.6421
Yxy45.71710.31500.2624
Hunter Lab67.614426.5473-17.2455
CIE-Lab73.361631.1653-21.4855

#dba1dc color RGB value is (219,161,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100001 11011100
Octal 333 241 334
Decimal 219 161 220
Hex DB A1 DC

RGB Percentages of Color #dba1dc

%36.50
%26.83
%36.67

CMYK Percentages of Color #dba1dc

%0
%27
%0
%14

Triadic Colors of #dba1dc

#dba1dc #dcdba1 #a1dcdb

Analogous Colors of #dba1dc

#dba1dc #dca1c0 #bea1dc

Monochromatic Colors of #dba1dc

#dba1dc

Complementary Color

#dba1dc #a2dca1

#dba1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba1dc Color CSS Codes

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

#dba1dc Text Font Color

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

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


#dba1dc Background Color

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

This div background color is #dba1dc


#dba1dc Border Color

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

This div border color is #dba1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba1dc


Comments

No comments written yet.

Please login to write comment.