Color Hex Logo

#dfb2bb Color Hex

#DFB2BB
(223,178,187)
0 Favorites   0 Comments

Color spaces of #dfb2bb

RGB 223178187
HSL0.970.410.79
HSV348°20°87°
CMYK 0.000.200.16   0.13
XYZ55.321551.116653.9644
Yxy51.11660.34490.3187
Hunter Lab71.495913.00055.2956
CIE-Lab76.749617.68401.6380

#dfb2bb color RGB value is (223,178,187).

#dfb2bb hex color red value is 223, green value is 178 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dfb2bb hue: 0.97 , saturation: 0.41 and the lightness value of dfb2bb is 0.79.

The process color (four color CMYK) of #dfb2bb color hex is 0.00, 0.20, 0.16, 0.13. Web safe color of #dfb2bb is #cc99cc. Color #dfb2bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110010 10111011
Octal 337 262 273
Decimal 223 178 187
Hex DF B2 BB

RGB Percentages of Color #dfb2bb

%37.93
%30.27
%31.80

CMYK Percentages of Color #dfb2bb

%0
%20
%16
%13

Triadic Colors of #dfb2bb

#dfb2bb #bbdfb2 #b2bbdf

Analogous Colors of #dfb2bb

#dfb2bb #dfc0b2 #dfb2d2

Monochromatic Colors of #dfb2bb

#dfb2bb

Complementary Color

#dfb2bb #b2dfd6

#dfb2bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb2bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb2bb Color CSS Codes

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

#dfb2bb Text Font Color

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

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


#dfb2bb Background Color

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

This div background color is #dfb2bb


#dfb2bb Border Color

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

This div border color is #dfb2bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,178,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb2bb


Comments

No comments written yet.

Please login to write comment.