Color Hex Logo

#dca4cd Color Hex

#DCA4CD
(220,164,205)
0 Favorites   0 Comments

Color spaces of #dca4cd

RGB 220164205
HSL0.880.440.75
HSV316°25°86°
CMYK 0.000.250.07   0.14
XYZ53.810146.174363.8340
Yxy46.17430.32850.2819
Hunter Lab67.951722.4365-8.1310
CIE-Lab73.658527.1708-12.8056

#dca4cd color RGB value is (220,164,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100100 11001101
Octal 334 244 315
Decimal 220 164 205
Hex DC A4 CD

RGB Percentages of Color #dca4cd

%37.35
%27.84
%34.80

CMYK Percentages of Color #dca4cd

%0
%25
%7
%14

Triadic Colors of #dca4cd

#dca4cd #cddca4 #a4cddc

Analogous Colors of #dca4cd

#dca4cd #dca4b1 #cfa4dc

Monochromatic Colors of #dca4cd

#dca4cd

Complementary Color

#dca4cd #a4dcb3

#dca4cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca4cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca4cd Color CSS Codes

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

#dca4cd Text Font Color

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

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


#dca4cd Background Color

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

This div background color is #dca4cd


#dca4cd Border Color

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

This div border color is #dca4cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca4cd


Comments

No comments written yet.

Please login to write comment.