Color Hex Logo

#dba6bd Color Hex

#DBA6BD
(219,166,189)
0 Favorites   0 Comments

Color spaces of #dba6bd

RGB 219166189
HSL0.930.420.75
HSV334°24°86°
CMYK 0.000.240.14   0.14
XYZ52.034946.006654.2817
Yxy46.00660.34160.3020
Hunter Lab67.828218.23840.0310
CIE-Lab73.549823.0397-4.1884

#dba6bd color RGB value is (219,166,189).

#dba6bd hex color red value is 219, green value is 166 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dba6bd hue: 0.93 , saturation: 0.42 and the lightness value of dba6bd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100110 10111101
Octal 333 246 275
Decimal 219 166 189
Hex DB A6 BD

RGB Percentages of Color #dba6bd

%38.15
%28.92
%32.93

CMYK Percentages of Color #dba6bd

%0
%24
%14
%14

Triadic Colors of #dba6bd

#dba6bd #bddba6 #a6bddb

Analogous Colors of #dba6bd

#dba6bd #dbaaa6 #dba6d8

Monochromatic Colors of #dba6bd

#dba6bd

Complementary Color

#dba6bd #a6dbc4

#dba6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba6bd Color CSS Codes

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

#dba6bd Text Font Color

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

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


#dba6bd Background Color

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

This div background color is #dba6bd


#dba6bd Border Color

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

This div border color is #dba6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba6bd


Comments

No comments written yet.

Please login to write comment.