Color Hex Logo

#dca7ce Color Hex

#DCA7CE
(220,167,206)
0 Favorites   0 Comments

Color spaces of #dca7ce

RGB 220167206
HSL0.880.430.76
HSV316°24°86°
CMYK 0.000.240.06   0.14
XYZ54.474547.309364.6530
Yxy47.30930.32730.2842
Hunter Lab68.781821.0022-7.5838
CIE-Lab74.387225.7253-12.2620

#dca7ce color RGB value is (220,167,206).

#dca7ce hex color red value is 220, green value is 167 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dca7ce hue: 0.88 , saturation: 0.43 and the lightness value of dca7ce is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100111 11001110
Octal 334 247 316
Decimal 220 167 206
Hex DC A7 CE

RGB Percentages of Color #dca7ce

%37.10
%28.16
%34.74

CMYK Percentages of Color #dca7ce

%0
%24
%6
%14

Triadic Colors of #dca7ce

#dca7ce #cedca7 #a7cedc

Analogous Colors of #dca7ce

#dca7ce #dca7b4 #d0a7dc

Monochromatic Colors of #dca7ce

#dca7ce

Complementary Color

#dca7ce #a7dcb5

#dca7ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca7ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca7ce Color CSS Codes

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

#dca7ce Text Font Color

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

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


#dca7ce Background Color

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

This div background color is #dca7ce


#dca7ce Border Color

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

This div border color is #dca7ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca7ce


Comments

No comments written yet.

Please login to write comment.