Color Hex Logo

#dca3ba Color Hex

#DCA3BA
(220,163,186)
0 Favorites   0 Comments

Color spaces of #dca3ba

RGB 220163186
HSL0.930.450.75
HSV336°26°86°
CMYK 0.000.260.15   0.14
XYZ51.475344.955252.4186
Yxy44.95520.34580.3020
Hunter Lab67.048619.70480.5811
CIE-Lab72.862424.5312-3.5381

#dca3ba color RGB value is (220,163,186).

#dca3ba hex color red value is 220, green value is 163 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dca3ba hue: 0.93 , saturation: 0.45 and the lightness value of dca3ba is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100011 10111010
Octal 334 243 272
Decimal 220 163 186
Hex DC A3 BA

RGB Percentages of Color #dca3ba

%38.66
%28.65
%32.69

CMYK Percentages of Color #dca3ba

%0
%26
%15
%14

Triadic Colors of #dca3ba

#dca3ba #badca3 #a3badc

Analogous Colors of #dca3ba

#dca3ba #dca9a3 #dca3d7

Monochromatic Colors of #dca3ba

#dca3ba

Complementary Color

#dca3ba #a3dcc5

#dca3ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca3ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca3ba Color CSS Codes

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

#dca3ba Text Font Color

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

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


#dca3ba Background Color

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

This div background color is #dca3ba


#dca3ba Border Color

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

This div border color is #dca3ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca3ba


Comments

No comments written yet.

Please login to write comment.