Color Hex Logo

#dfbfec Color Hex

#DFBFEC
(223,191,236)
0 Favorites   0 Comments

Color spaces of #dfbfec

RGB 223191236
HSL0.790.540.84
HSV283°19°93°
CMYK 0.060.190.00   0.07
XYZ64.202559.005787.3623
Yxy59.00570.30490.2802
Hunter Lab76.815214.7646-13.6602
CIE-Lab81.294719.3331-18.0957

#dfbfec color RGB value is (223,191,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 11101100
Octal 337 277 354
Decimal 223 191 236
Hex DF BF EC

RGB Percentages of Color #dfbfec

%34.31
%29.38
%36.31

CMYK Percentages of Color #dfbfec

%6
%19
%0
%7

Triadic Colors of #dfbfec

#dfbfec #ecdfbf #bfecdf

Analogous Colors of #dfbfec

#dfbfec #ecbfe3 #c9bfec

Monochromatic Colors of #dfbfec

#dfbfec

Complementary Color

#dfbfec #ccecbf

#dfbfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbfec Color CSS Codes

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

#dfbfec Text Font Color

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

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


#dfbfec Background Color

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

This div background color is #dfbfec


#dfbfec Border Color

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

This div border color is #dfbfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbfec


Comments

No comments written yet.

Please login to write comment.