Color Hex Logo

#dba0aa Color Hex

#DBA0AA
(219,160,170)
0 Favorites   0 Comments

Color spaces of #dba0aa

RGB 219160170
HSL0.970.450.74
HSV350°27°86°
CMYK 0.000.270.22   0.14
XYZ49.039943.104043.7654
Yxy43.10400.36080.3172
Hunter Lab65.653618.43656.4342
CIE-Lab71.625523.33103.4783

#dba0aa color RGB value is (219,160,170).

#dba0aa hex color red value is 219, green value is 160 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dba0aa hue: 0.97 , saturation: 0.45 and the lightness value of dba0aa is 0.74.

The process color (four color CMYK) of #dba0aa color hex is 0.00, 0.27, 0.22, 0.14. Web safe color of #dba0aa is #cc9999. Color #dba0aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100000 10101010
Octal 333 240 252
Decimal 219 160 170
Hex DB A0 AA

RGB Percentages of Color #dba0aa

%39.89
%29.14
%30.97

CMYK Percentages of Color #dba0aa

%0
%27
%22
%14

Triadic Colors of #dba0aa

#dba0aa #aadba0 #a0aadb

Analogous Colors of #dba0aa

#dba0aa #dbb4a0 #dba0c8

Monochromatic Colors of #dba0aa

#dba0aa

Complementary Color

#dba0aa #a0dbd1

#dba0aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba0aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba0aa Color CSS Codes

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

#dba0aa Text Font Color

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

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


#dba0aa Background Color

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

This div background color is #dba0aa


#dba0aa Border Color

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

This div border color is #dba0aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,160,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dba0aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dba0aa;
  -webkit-box-shadow: 1px 1px 3px 2px #dba0aa;
  box-shadow:         1px 1px 3px 2px #dba0aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,160,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba0aa


Comments

No comments written yet.

Please login to write comment.