Color Hex Logo

#dca8cf Color Hex

#DCA8CF
(220,168,207)
0 Favorites   0 Comments

Color spaces of #dca8cf

RGB 220168207
HSL0.880.430.76
HSV315°24°86°
CMYK 0.000.240.06   0.14
XYZ54.780347.725965.3563
Yxy47.72590.32630.2843
Hunter Lab69.083920.6452-7.7321
CIE-Lab74.651725.3608-12.4133

#dca8cf color RGB value is (220,168,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101000 11001111
Octal 334 250 317
Decimal 220 168 207
Hex DC A8 CF

RGB Percentages of Color #dca8cf

%36.97
%28.24
%34.79

CMYK Percentages of Color #dca8cf

%0
%24
%6
%14

Triadic Colors of #dca8cf

#dca8cf #cfdca8 #a8cfdc

Analogous Colors of #dca8cf

#dca8cf #dca8b5 #cfa8dc

Monochromatic Colors of #dca8cf

#dca8cf

Complementary Color

#dca8cf #a8dcb5

#dca8cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca8cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca8cf Color CSS Codes

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

#dca8cf Text Font Color

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

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


#dca8cf Background Color

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

This div background color is #dca8cf


#dca8cf Border Color

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

This div border color is #dca8cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca8cf


Comments

No comments written yet.

Please login to write comment.