Color Hex Logo

#dbb3bf Color Hex

#DBB3BF
(219,179,191)
0 Favorites   0 Comments

Color spaces of #dbb3bf

RGB 219179191
HSL0.950.360.78
HSV342°18°86°
CMYK 0.000.180.13   0.14
XYZ54.737551.061956.2612
Yxy51.06190.33780.3151
Hunter Lab71.457611.68263.3391
CIE-Lab76.716516.3525-0.6334

#dbb3bf color RGB value is (219,179,191).

#dbb3bf hex color red value is 219, green value is 179 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dbb3bf hue: 0.95 , saturation: 0.36 and the lightness value of dbb3bf is 0.78.

The process color (four color CMYK) of #dbb3bf color hex is 0.00, 0.18, 0.13, 0.14. Web safe color of #dbb3bf is #cccccc. Color #dbb3bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110011 10111111
Octal 333 263 277
Decimal 219 179 191
Hex DB B3 BF

RGB Percentages of Color #dbb3bf

%37.18
%30.39
%32.43

CMYK Percentages of Color #dbb3bf

%0
%18
%13
%14

Triadic Colors of #dbb3bf

#dbb3bf #bfdbb3 #b3bfdb

Analogous Colors of #dbb3bf

#dbb3bf #dbbbb3 #dbb3d3

Monochromatic Colors of #dbb3bf

#dbb3bf

Complementary Color

#dbb3bf #b3dbcf

#dbb3bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb3bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb3bf Color CSS Codes

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

#dbb3bf Text Font Color

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

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


#dbb3bf Background Color

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

This div background color is #dbb3bf


#dbb3bf Border Color

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

This div border color is #dbb3bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb3bf


Comments

No comments written yet.

Please login to write comment.