Color Hex Logo

#dbb1bf Color Hex

#DBB1BF
(219,177,191)
0 Favorites   0 Comments

Color spaces of #dbb1bf

RGB 219177191
HSL0.940.370.78
HSV340°19°86°
CMYK 0.000.190.13   0.14
XYZ54.339550.265956.1285
Yxy50.26590.33810.3127
Hunter Lab70.898412.73752.6905
CIE-Lab76.232217.4293-1.3421

#dbb1bf color RGB value is (219,177,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110001 10111111
Octal 333 261 277
Decimal 219 177 191
Hex DB B1 BF

RGB Percentages of Color #dbb1bf

%37.31
%30.15
%32.54

CMYK Percentages of Color #dbb1bf

%0
%19
%13
%14

Triadic Colors of #dbb1bf

#dbb1bf #bfdbb1 #b1bfdb

Analogous Colors of #dbb1bf

#dbb1bf #dbb8b1 #dbb1d4

Monochromatic Colors of #dbb1bf

#dbb1bf

Complementary Color

#dbb1bf #b1dbcd

#dbb1bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb1bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb1bf Color CSS Codes

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

#dbb1bf Text Font Color

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

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


#dbb1bf Background Color

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

This div background color is #dbb1bf


#dbb1bf Border Color

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

This div border color is #dbb1bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb1bf


Comments

No comments written yet.

Please login to write comment.