Color Hex Logo

#dba0bd Color Hex

#DBA0BD
(219,160,189)
0 Favorites   0 Comments

Color spaces of #dba0bd

RGB 219160189
HSL0.920.450.74
HSV331°27°86°
CMYK 0.000.270.14   0.14
XYZ50.969543.875853.9266
Yxy43.87580.34260.2949
Hunter Lab66.238821.4344-1.9022
CIE-Lab72.145426.2823-6.2632

#dba0bd color RGB value is (219,160,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100000 10111101
Octal 333 240 275
Decimal 219 160 189
Hex DB A0 BD

RGB Percentages of Color #dba0bd

%38.56
%28.17
%33.27

CMYK Percentages of Color #dba0bd

%0
%27
%14
%14

Triadic Colors of #dba0bd

#dba0bd #bddba0 #a0bddb

Analogous Colors of #dba0bd

#dba0bd #dba1a0 #dba0db

Monochromatic Colors of #dba0bd

#dba0bd

Complementary Color

#dba0bd #a0dbbe

#dba0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba0bd Color CSS Codes

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

#dba0bd Text Font Color

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

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


#dba0bd Background Color

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

This div background color is #dba0bd


#dba0bd Border Color

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

This div border color is #dba0bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba0bd

#dba0bd Color Palettes


Comments

No comments written yet.

Please login to write comment.