Color Hex Logo

#dca0d5 Color Hex

#DCA0D5
(220,160,213)
0 Favorites   0 Comments

Color spaces of #dca0d5

RGB 220160213
HSL0.850.460.75
HSV307°27°86°
CMYK 0.000.270.03   0.14
XYZ54.096245.161468.8166
Yxy45.16140.32190.2687
Hunter Lab67.202226.0844-13.6727
CIE-Lab72.998030.7493-18.1908

#dca0d5 color RGB value is (220,160,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100000 11010101
Octal 334 240 325
Decimal 220 160 213
Hex DC A0 D5

RGB Percentages of Color #dca0d5

%37.10
%26.98
%35.92

CMYK Percentages of Color #dca0d5

%0
%27
%3
%14

Triadic Colors of #dca0d5

#dca0d5 #d5dca0 #a0d5dc

Analogous Colors of #dca0d5

#dca0d5 #dca0b7 #c5a0dc

Monochromatic Colors of #dca0d5

#dca0d5

Complementary Color

#dca0d5 #a0dca7

#dca0d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca0d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca0d5 Color CSS Codes

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

#dca0d5 Text Font Color

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

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


#dca0d5 Background Color

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

This div background color is #dca0d5


#dca0d5 Border Color

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

This div border color is #dca0d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca0d5


Comments

No comments written yet.

Please login to write comment.