Color Hex Logo

#dfbfda Color Hex

#DFBFDA
(223,191,218)
0 Favorites   0 Comments

Color spaces of #dfbfda

RGB 223191218
HSL0.860.330.81
HSV309°14°87°
CMYK 0.000.140.02   0.13
XYZ61.717158.011574.2742
Yxy58.01150.31810.2990
Hunter Lab76.165311.3502-4.5022
CIE-Lab80.745215.9661-9.2560

#dfbfda color RGB value is (223,191,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 11011010
Octal 337 277 332
Decimal 223 191 218
Hex DF BF DA

RGB Percentages of Color #dfbfda

%35.28
%30.22
%34.49

CMYK Percentages of Color #dfbfda

%0
%14
%2
%13

Triadic Colors of #dfbfda

#dfbfda #dadfbf #bfdadf

Analogous Colors of #dfbfda

#dfbfda #dfbfca #d4bfdf

Monochromatic Colors of #dfbfda

#dfbfda

Complementary Color

#dfbfda #bfdfc4

#dfbfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbfda Color CSS Codes

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

#dfbfda Text Font Color

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

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


#dfbfda Background Color

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

This div background color is #dfbfda


#dfbfda Border Color

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

This div border color is #dfbfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbfda


Comments

No comments written yet.

Please login to write comment.