Color Hex Logo

#dca6ce Color Hex

#DCA6CE
(220,166,206)
0 Favorites   0 Comments

Color spaces of #dca6ce

RGB 220166206
HSL0.880.440.76
HSV316°25°86°
CMYK 0.000.250.06   0.14
XYZ54.292046.944364.5922
Yxy46.94430.32740.2831
Hunter Lab68.515921.5405-7.9335
CIE-Lab74.154126.2655-12.6111

#dca6ce color RGB value is (220,166,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 11001110
Octal 334 246 316
Decimal 220 166 206
Hex DC A6 CE

RGB Percentages of Color #dca6ce

%37.16
%28.04
%34.80

CMYK Percentages of Color #dca6ce

%0
%25
%6
%14

Triadic Colors of #dca6ce

#dca6ce #cedca6 #a6cedc

Analogous Colors of #dca6ce

#dca6ce #dca6b3 #cfa6dc

Monochromatic Colors of #dca6ce

#dca6ce

Complementary Color

#dca6ce #a6dcb4

#dca6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca6ce Color CSS Codes

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

#dca6ce Text Font Color

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

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


#dca6ce Background Color

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

This div background color is #dca6ce


#dca6ce Border Color

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

This div border color is #dca6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca6ce


Comments

No comments written yet.

Please login to write comment.