Color Hex Logo

#dfbefb Color Hex

#DFBEFB
(223,190,251)
0 Favorites   0 Comments

Color spaces of #dfbefb

RGB 223190251
HSL0.760.880.86
HSV272°24°98°
CMYK 0.110.240.00   0.02
XYZ66.257559.479999.2554
Yxy59.47990.29450.2644
Hunter Lab77.123218.3859-22.3183
CIE-Lab81.554722.8443-25.7247

#dfbefb color RGB value is (223,190,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 11111011
Octal 337 276 373
Decimal 223 190 251
Hex DF BE FB

RGB Percentages of Color #dfbefb

%33.58
%28.61
%37.80

CMYK Percentages of Color #dfbefb

%11
%24
%0
%2

Triadic Colors of #dfbefb

#dfbefb #fbdfbe #befbdf

Analogous Colors of #dfbefb

#dfbefb #fbbef9 #c1befb

Monochromatic Colors of #dfbefb

#dfbefb

Complementary Color

#dfbefb #dafbbe

#dfbefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbefb Color CSS Codes

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

#dfbefb Text Font Color

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

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


#dfbefb Background Color

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

This div background color is #dfbefb


#dfbefb Border Color

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

This div border color is #dfbefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbefb


Comments

No comments written yet.

Please login to write comment.