Color Hex Logo

#dfbfdf Color Hex

#DFBFDF
(223,191,223)
0 Favorites   0 Comments

Color spaces of #dfbfdf

RGB 223191223
HSL0.830.330.81
HSV300°14°87°
CMYK 0.000.140.00   0.13
XYZ62.381558.277377.7728
Yxy58.27730.31440.2937
Hunter Lab76.339612.2685-6.9654
CIE-Lab80.892716.8783-11.7237

#dfbfdf color RGB value is (223,191,223).

#dfbfdf hex color red value is 223, green value is 191 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dfbfdf hue: 0.83 , saturation: 0.33 and the lightness value of dfbfdf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 11011111
Octal 337 277 337
Decimal 223 191 223
Hex DF BF DF

RGB Percentages of Color #dfbfdf

%35.01
%29.98
%35.01

CMYK Percentages of Color #dfbfdf

%0
%14
%0
%13

Triadic Colors of #dfbfdf

#dfbfdf #dfdfbf #bfdfdf

Analogous Colors of #dfbfdf

#dfbfdf #dfbfcf #cfbfdf

Monochromatic Colors of #dfbfdf

#dfbfdf

Complementary Color

#dfbfdf #bfdfbf

#dfbfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbfdf Color CSS Codes

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

#dfbfdf Text Font Color

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

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


#dfbfdf Background Color

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

This div background color is #dfbfdf


#dfbfdf Border Color

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

This div border color is #dfbfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbfdf

#dfbfdf Color Palettes


Comments

No comments written yet.

Please login to write comment.