Color Hex Logo

#dfb1bf Color Hex

#DFB1BF
(223,177,191)
0 Favorites   0 Comments

Color spaces of #dfb1bf

RGB 223177191
HSL0.950.420.78
HSV342°21°87°
CMYK 0.000.210.14   0.13
XYZ55.557550.893856.1855
Yxy50.89380.34160.3129
Hunter Lab71.339914.16603.2426
CIE-Lab76.614618.8585-0.7370

#dfb1bf color RGB value is (223,177,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110001 10111111
Octal 337 261 277
Decimal 223 177 191
Hex DF B1 BF

RGB Percentages of Color #dfb1bf

%37.73
%29.95
%32.32

CMYK Percentages of Color #dfb1bf

%0
%21
%14
%13

Triadic Colors of #dfb1bf

#dfb1bf #bfdfb1 #b1bfdf

Analogous Colors of #dfb1bf

#dfb1bf #dfbab1 #dfb1d6

Monochromatic Colors of #dfb1bf

#dfb1bf

Complementary Color

#dfb1bf #b1dfd1

#dfb1bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb1bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb1bf Color CSS Codes

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

#dfb1bf Text Font Color

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

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


#dfb1bf Background Color

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

This div background color is #dfb1bf


#dfb1bf Border Color

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

This div border color is #dfb1bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb1bf


Comments

No comments written yet.

Please login to write comment.