Color Hex Logo

#dfb3cf Color Hex

#DFB3CF
(223,179,207)
0 Favorites   0 Comments

Color spaces of #dfb3cf

RGB 223179207
HSL0.890.410.79
HSV322°20°87°
CMYK 0.000.200.07   0.13
XYZ57.814052.433266.1050
Yxy52.43320.32780.2973
Hunter Lab72.410815.7986-3.4393
CIE-Lab77.539220.4585-8.0767

#dfb3cf color RGB value is (223,179,207).

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

The process color (four color CMYK) of #dfb3cf color hex is 0.00, 0.20, 0.07, 0.13. Web safe color of #dfb3cf is #cccccc. Color #dfb3cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 11001111
Octal 337 263 317
Decimal 223 179 207
Hex DF B3 CF

RGB Percentages of Color #dfb3cf

%36.62
%29.39
%33.99

CMYK Percentages of Color #dfb3cf

%0
%20
%7
%13

Triadic Colors of #dfb3cf

#dfb3cf #cfdfb3 #b3cfdf

Analogous Colors of #dfb3cf

#dfb3cf #dfb3b9 #d9b3df

Monochromatic Colors of #dfb3cf

#dfb3cf

Complementary Color

#dfb3cf #b3dfc3

#dfb3cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb3cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb3cf Color CSS Codes

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

#dfb3cf Text Font Color

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

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


#dfb3cf Background Color

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

This div background color is #dfb3cf


#dfb3cf Border Color

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

This div border color is #dfb3cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb3cf


Comments

No comments written yet.

Please login to write comment.