Color Hex Logo

#dbb1ba Color Hex

#DBB1BA
(219,177,186)
0 Favorites   0 Comments

Color spaces of #dbb1ba

RGB 219177186
HSL0.960.370.78
HSV347°19°86°
CMYK 0.000.190.15   0.14
XYZ53.798550.049553.2794
Yxy50.04950.34240.3185
Hunter Lab70.745711.93534.8700
CIE-Lab76.099616.61891.1900

#dbb1ba color RGB value is (219,177,186).

#dbb1ba hex color red value is 219, green value is 177 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dbb1ba hue: 0.96 , saturation: 0.37 and the lightness value of dbb1ba is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110001 10111010
Octal 333 261 272
Decimal 219 177 186
Hex DB B1 BA

RGB Percentages of Color #dbb1ba

%37.63
%30.41
%31.96

CMYK Percentages of Color #dbb1ba

%0
%19
%15
%14

Triadic Colors of #dbb1ba

#dbb1ba #badbb1 #b1badb

Analogous Colors of #dbb1ba

#dbb1ba #dbbdb1 #dbb1cf

Monochromatic Colors of #dbb1ba

#dbb1ba

Complementary Color

#dbb1ba #b1dbd2

#dbb1ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb1ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb1ba Color CSS Codes

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

#dbb1ba Text Font Color

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

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


#dbb1ba Background Color

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

This div background color is #dbb1ba


#dbb1ba Border Color

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

This div border color is #dbb1ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb1ba


Comments

No comments written yet.

Please login to write comment.