Color Hex Logo

#dca7cf Color Hex

#DCA7CF
(220,167,207)
0 Favorites   0 Comments

Color spaces of #dca7cf

RGB 220167207
HSL0.870.430.76
HSV315°24°86°
CMYK 0.000.240.06   0.14
XYZ54.596447.358165.2950
Yxy47.35810.32640.2832
Hunter Lab68.817221.1835-8.0833
CIE-Lab74.418225.9009-12.7630

#dca7cf color RGB value is (220,167,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100111 11001111
Octal 334 247 317
Decimal 220 167 207
Hex DC A7 CF

RGB Percentages of Color #dca7cf

%37.04
%28.11
%34.85

CMYK Percentages of Color #dca7cf

%0
%24
%6
%14

Triadic Colors of #dca7cf

#dca7cf #cfdca7 #a7cfdc

Analogous Colors of #dca7cf

#dca7cf #dca7b5 #cfa7dc

Monochromatic Colors of #dca7cf

#dca7cf

Complementary Color

#dca7cf #a7dcb4

#dca7cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca7cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca7cf Color CSS Codes

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

#dca7cf Text Font Color

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

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


#dca7cf Background Color

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

This div background color is #dca7cf


#dca7cf Border Color

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

This div border color is #dca7cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca7cf


Comments

No comments written yet.

Please login to write comment.