Color Hex Logo

#dca1cc Color Hex

#DCA1CC
(220,161,204)
0 Favorites   0 Comments

Color spaces of #dca1cc

RGB 220161204
HSL0.880.460.75
HSV316°27°86°
CMYK 0.000.270.07   0.14
XYZ53.159245.065063.0234
Yxy45.06500.32970.2795
Hunter Lab67.130523.8721-8.6713
CIE-Lab72.934728.6161-13.3420

#dca1cc color RGB value is (220,161,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100001 11001100
Octal 334 241 314
Decimal 220 161 204
Hex DC A1 CC

RGB Percentages of Color #dca1cc

%37.61
%27.52
%34.87

CMYK Percentages of Color #dca1cc

%0
%27
%7
%14

Triadic Colors of #dca1cc

#dca1cc #ccdca1 #a1ccdc

Analogous Colors of #dca1cc

#dca1cc #dca1af #cfa1dc

Monochromatic Colors of #dca1cc

#dca1cc

Complementary Color

#dca1cc #a1dcb1

#dca1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca1cc Color CSS Codes

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

#dca1cc Text Font Color

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

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


#dca1cc Background Color

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

This div background color is #dca1cc


#dca1cc Border Color

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

This div border color is #dca1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca1cc


Comments

No comments written yet.

Please login to write comment.