Color Hex Logo

#dfbdf9 Color Hex

#DFBDF9
(223,189,249)
0 Favorites   0 Comments

Color spaces of #dfbdf9

RGB 223189249
HSL0.760.830.86
HSV274°24°98°
CMYK 0.100.240.00   0.02
XYZ65.727958.922797.5315
Yxy58.92270.29580.2652
Hunter Lab76.761118.5114-21.6002
CIE-Lab81.249122.9771-25.1223

#dfbdf9 color RGB value is (223,189,249).

#dfbdf9 hex color red value is 223, green value is 189 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #dfbdf9 hue: 0.76 , saturation: 0.83 and the lightness value of dfbdf9 is 0.86.

The process color (four color CMYK) of #dfbdf9 color hex is 0.10, 0.24, 0.00, 0.02. Web safe color of #dfbdf9 is #ccccff. Color #dfbdf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 11111001
Octal 337 275 371
Decimal 223 189 249
Hex DF BD F9

RGB Percentages of Color #dfbdf9

%33.74
%28.59
%37.67

CMYK Percentages of Color #dfbdf9

%10
%24
%0
%2

Triadic Colors of #dfbdf9

#dfbdf9 #f9dfbd #bdf9df

Analogous Colors of #dfbdf9

#dfbdf9 #f9bdf5 #c1bdf9

Monochromatic Colors of #dfbdf9

#dfbdf9

Complementary Color

#dfbdf9 #d7f9bd

#dfbdf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbdf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbdf9 Color CSS Codes

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

#dfbdf9 Text Font Color

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

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


#dfbdf9 Background Color

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

This div background color is #dfbdf9


#dfbdf9 Border Color

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

This div border color is #dfbdf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbdf9

Related Colors


Comments

No comments written yet.

Please login to write comment.