Color Hex Logo

#dba7ba Color Hex

#DBA7BA
(219,167,186)
0 Favorites   0 Comments

Color spaces of #dba7ba

RGB 219167186
HSL0.940.420.76
HSV338°24°86°
CMYK 0.000.240.15   0.14
XYZ51.895146.242752.6449
Yxy46.24270.34420.3067
Hunter Lab68.002017.21721.7010
CIE-Lab73.702722.0139-2.3145

#dba7ba color RGB value is (219,167,186).

#dba7ba hex color red value is 219, green value is 167 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dba7ba hue: 0.94 , saturation: 0.42 and the lightness value of dba7ba is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100111 10111010
Octal 333 247 272
Decimal 219 167 186
Hex DB A7 BA

RGB Percentages of Color #dba7ba

%38.29
%29.20
%32.52

CMYK Percentages of Color #dba7ba

%0
%24
%15
%14

Triadic Colors of #dba7ba

#dba7ba #badba7 #a7badb

Analogous Colors of #dba7ba

#dba7ba #dbaea7 #dba7d4

Monochromatic Colors of #dba7ba

#dba7ba

Complementary Color

#dba7ba #a7dbc8

#dba7ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba7ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba7ba Color CSS Codes

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

#dba7ba Text Font Color

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

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


#dba7ba Background Color

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

This div background color is #dba7ba


#dba7ba Border Color

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

This div border color is #dba7ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba7ba


Comments

No comments written yet.

Please login to write comment.