Color Hex Logo

#dca9bc Color Hex

#DCA9BC
(220,169,188)
0 Favorites   0 Comments

Color spaces of #dca9bc

RGB 220169188
HSL0.940.420.76
HSV338°23°86°
CMYK 0.000.230.15   0.14
XYZ52.780347.222453.9100
Yxy47.22240.34290.3068
Hunter Lab68.718616.84211.5897
CIE-Lab74.331821.6129-2.4773

#dca9bc color RGB value is (220,169,188).

#dca9bc hex color red value is 220, green value is 169 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dca9bc hue: 0.94 , saturation: 0.42 and the lightness value of dca9bc is 0.76.

The process color (four color CMYK) of #dca9bc color hex is 0.00, 0.23, 0.15, 0.14. Web safe color of #dca9bc is #cc99cc. Color #dca9bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101001 10111100
Octal 334 251 274
Decimal 220 169 188
Hex DC A9 BC

RGB Percentages of Color #dca9bc

%38.13
%29.29
%32.58

CMYK Percentages of Color #dca9bc

%0
%23
%15
%14

Triadic Colors of #dca9bc

#dca9bc #bcdca9 #a9bcdc

Analogous Colors of #dca9bc

#dca9bc #dcb0a9 #dca9d6

Monochromatic Colors of #dca9bc

#dca9bc

Complementary Color

#dca9bc #a9dcc9

#dca9bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca9bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca9bc Color CSS Codes

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

#dca9bc Text Font Color

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

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


#dca9bc Background Color

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

This div background color is #dca9bc


#dca9bc Border Color

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

This div border color is #dca9bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca9bc


Comments

No comments written yet.

Please login to write comment.