Color Hex Logo

#dca1bc Color Hex

#DCA1BC
(220,161,188)
0 Favorites   0 Comments

Color spaces of #dca1bc

RGB 220161188
HSL0.920.460.75
HSV333°27°86°
CMYK 0.000.270.15   0.14
XYZ51.337244.336253.4289
Yxy44.33620.34430.2974
Hunter Lab66.585421.0985-0.9652
CIE-Lab72.452625.9325-5.2452

#dca1bc color RGB value is (220,161,188).

#dca1bc hex color red value is 220, green value is 161 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dca1bc hue: 0.92 , saturation: 0.46 and the lightness value of dca1bc is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100001 10111100
Octal 334 241 274
Decimal 220 161 188
Hex DC A1 BC

RGB Percentages of Color #dca1bc

%38.66
%28.30
%33.04

CMYK Percentages of Color #dca1bc

%0
%27
%15
%14

Triadic Colors of #dca1bc

#dca1bc #bcdca1 #a1bcdc

Analogous Colors of #dca1bc

#dca1bc #dca4a1 #dca1da

Monochromatic Colors of #dca1bc

#dca1bc

Complementary Color

#dca1bc #a1dcc1

#dca1bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca1bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca1bc Color CSS Codes

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

#dca1bc Text Font Color

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

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


#dca1bc Background Color

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

This div background color is #dca1bc


#dca1bc Border Color

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

This div border color is #dca1bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca1bc


Comments

No comments written yet.

Please login to write comment.