Color Hex Logo

#dca0db Color Hex

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

Color spaces of #dca0db

RGB 220160219
HSL0.840.460.75
HSV301°27°86°
CMYK 0.000.270.00   0.14
XYZ54.872245.471772.9027
Yxy45.47170.31670.2625
Hunter Lab67.432727.2441-16.8966
CIE-Lab73.201431.8446-21.1721

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

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

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

Base Numbers

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

RGB Percentages of Color #dca0db

%36.73
%26.71
%36.56

CMYK Percentages of Color #dca0db

%0
%27
%0
%14

Triadic Colors of #dca0db

#dca0db #dbdca0 #a0dbdc

Analogous Colors of #dca0db

#dca0db #dca0bd #bfa0dc

Monochromatic Colors of #dca0db

#dca0db

Complementary Color

#dca0db #a0dca1

#dca0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca0db Color CSS Codes

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

#dca0db Text Font Color

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

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


#dca0db Background Color

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

This div background color is #dca0db


#dca0db Border Color

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

This div border color is #dca0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca0db


Comments

No comments written yet.

Please login to write comment.