Color Hex Logo

#dfbefa Color Hex

#DFBEFA
(223,190,250)
0 Favorites   0 Comments

Color spaces of #dfbefa

RGB 223190250
HSL0.760.860.86
HSV273°24°98°
CMYK 0.110.240.00   0.02
XYZ66.100259.417098.4273
Yxy59.41700.29520.2653
Hunter Lab77.082418.1742-21.7503
CIE-Lab81.520322.6415-25.2432

#dfbefa color RGB value is (223,190,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 11111010
Octal 337 276 372
Decimal 223 190 250
Hex DF BE FA

RGB Percentages of Color #dfbefa

%33.63
%28.66
%37.71

CMYK Percentages of Color #dfbefa

%11
%24
%0
%2

Triadic Colors of #dfbefa

#dfbefa #fadfbe #befadf

Analogous Colors of #dfbefa

#dfbefa #fabef7 #c1befa

Monochromatic Colors of #dfbefa

#dfbefa

Complementary Color

#dfbefa #d9fabe

#dfbefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbefa Color CSS Codes

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

#dfbefa Text Font Color

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

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


#dfbefa Background Color

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

This div background color is #dfbefa


#dfbefa Border Color

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

This div border color is #dfbefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbefa


Comments

No comments written yet.

Please login to write comment.