Color Hex Logo

#dca1dd Color Hex

#DCA1DD
(220,161,221)
0 Favorites   0 Comments

Color spaces of #dca1dd

RGB 220161221
HSL0.830.470.75
HSV299°27°87°
CMYK 0.000.270.00   0.13
XYZ55.311245.925874.3560
Yxy45.92580.31500.2615
Hunter Lab67.768627.0927-17.6153
CIE-Lab73.497431.6763-21.8169

#dca1dd color RGB value is (220,161,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100001 11011101
Octal 334 241 335
Decimal 220 161 221
Hex DC A1 DD

RGB Percentages of Color #dca1dd

%36.54
%26.74
%36.71

CMYK Percentages of Color #dca1dd

%0
%27
%0
%13

Triadic Colors of #dca1dd

#dca1dd #dddca1 #a1dddc

Analogous Colors of #dca1dd

#dca1dd #dda1c0 #bea1dd

Monochromatic Colors of #dca1dd

#dca1dd

Complementary Color

#dca1dd #a2dda1

#dca1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca1dd Color CSS Codes

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

#dca1dd Text Font Color

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

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


#dca1dd Background Color

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

This div background color is #dca1dd


#dca1dd Border Color

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

This div border color is #dca1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca1dd


Comments

No comments written yet.

Please login to write comment.