Color Hex Logo

#dba0ba Color Hex

#DBA0BA
(219,160,186)
0 Favorites   0 Comments

Color spaces of #dba0ba

RGB 219160186
HSL0.930.450.74
HSV334°27°86°
CMYK 0.000.270.15   0.14
XYZ50.647143.746952.2290
Yxy43.74690.34540.2984
Hunter Lab66.141420.9369-0.5197
CIE-Lab72.059025.7964-4.7340

#dba0ba color RGB value is (219,160,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100000 10111010
Octal 333 240 272
Decimal 219 160 186
Hex DB A0 BA

RGB Percentages of Color #dba0ba

%38.76
%28.32
%32.92

CMYK Percentages of Color #dba0ba

%0
%27
%15
%14

Triadic Colors of #dba0ba

#dba0ba #badba0 #a0badb

Analogous Colors of #dba0ba

#dba0ba #dba4a0 #dba0d8

Monochromatic Colors of #dba0ba

#dba0ba

Complementary Color

#dba0ba #a0dbc1

#dba0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba0ba Color CSS Codes

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

#dba0ba Text Font Color

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

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


#dba0ba Background Color

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

This div background color is #dba0ba


#dba0ba Border Color

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

This div border color is #dba0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba0ba


Comments

No comments written yet.

Please login to write comment.