Color Hex Logo

#dfbdfb Color Hex

#DFBDFB
(223,189,251)
0 Favorites   0 Comments

Color spaces of #dfbdfb

RGB 223189251
HSL0.760.890.86
HSV273°25°98°
CMYK 0.110.250.00   0.02
XYZ66.041659.048299.1835
Yxy59.04820.29450.2633
Hunter Lab76.842818.9346-22.7375
CIE-Lab81.318123.3820-26.0858

#dfbdfb color RGB value is (223,189,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 11111011
Octal 337 275 373
Decimal 223 189 251
Hex DF BD FB

RGB Percentages of Color #dfbdfb

%33.63
%28.51
%37.86

CMYK Percentages of Color #dfbdfb

%11
%25
%0
%2

Triadic Colors of #dfbdfb

#dfbdfb #fbdfbd #bdfbdf

Analogous Colors of #dfbdfb

#dfbdfb #fbbdf8 #c0bdfb

Monochromatic Colors of #dfbdfb

#dfbdfb

Complementary Color

#dfbdfb #d9fbbd

#dfbdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbdfb Color CSS Codes

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

#dfbdfb Text Font Color

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

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


#dfbdfb Background Color

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

This div background color is #dfbdfb


#dfbdfb Border Color

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

This div border color is #dfbdfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,189,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 #dfbdfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbdfb


Comments

No comments written yet.

Please login to write comment.