Color Hex Logo

#dfbfef Color Hex

#DFBFEF
(223,191,239)
0 Favorites   0 Comments

Color spaces of #dfbfef

RGB 223191239
HSL0.780.600.84
HSV280°20°94°
CMYK 0.070.200.00   0.06
XYZ64.642259.181689.6775
Yxy59.18160.30280.2772
Hunter Lab76.929615.3628-15.2642
CIE-Lab81.391319.9160-19.5565

#dfbfef color RGB value is (223,191,239).

#dfbfef hex color red value is 223, green value is 191 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dfbfef hue: 0.78 , saturation: 0.60 and the lightness value of dfbfef is 0.84.

The process color (four color CMYK) of #dfbfef color hex is 0.07, 0.20, 0.00, 0.06. Web safe color of #dfbfef is #ccccff. Color #dfbfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 11101111
Octal 337 277 357
Decimal 223 191 239
Hex DF BF EF

RGB Percentages of Color #dfbfef

%34.15
%29.25
%36.60

CMYK Percentages of Color #dfbfef

%7
%20
%0
%6

Triadic Colors of #dfbfef

#dfbfef #efdfbf #bfefdf

Analogous Colors of #dfbfef

#dfbfef #efbfe7 #c7bfef

Monochromatic Colors of #dfbfef

#dfbfef

Complementary Color

#dfbfef #cfefbf

#dfbfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbfef Color CSS Codes

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

#dfbfef Text Font Color

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

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


#dfbfef Background Color

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

This div background color is #dfbfef


#dfbfef Border Color

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

This div border color is #dfbfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbfef


Comments

No comments written yet.

Please login to write comment.