Color Hex Logo

#dfb7be Color Hex

#DFB7BE
(223,183,190)
0 Favorites   0 Comments

Color spaces of #dfb7be

RGB 223183190
HSL0.970.380.80
HSV350°18°87°
CMYK 0.000.180.15   0.13
XYZ56.659253.272756.0116
Yxy53.27270.34140.3210
Hunter Lab72.988110.83665.5922
CIE-Lab78.035715.47841.8789

#dfb7be color RGB value is (223,183,190).

#dfb7be hex color red value is 223, green value is 183 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dfb7be hue: 0.97 , saturation: 0.38 and the lightness value of dfb7be is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 10111110
Octal 337 267 276
Decimal 223 183 190
Hex DF B7 BE

RGB Percentages of Color #dfb7be

%37.42
%30.70
%31.88

CMYK Percentages of Color #dfb7be

%0
%18
%15
%13

Triadic Colors of #dfb7be

#dfb7be #bedfb7 #b7bedf

Analogous Colors of #dfb7be

#dfb7be #dfc4b7 #dfb7d2

Monochromatic Colors of #dfb7be

#dfb7be

Complementary Color

#dfb7be #b7dfd8

#dfb7be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb7be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb7be Color CSS Codes

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

#dfb7be Text Font Color

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

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


#dfb7be Background Color

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

This div background color is #dfb7be


#dfb7be Border Color

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

This div border color is #dfb7be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb7be


Comments

No comments written yet.

Please login to write comment.