Color Hex Logo

#dfbfeb Color Hex

#DFBFEB
(223,191,235)
0 Favorites   0 Comments

Color spaces of #dfbfeb

RGB 223191235
HSL0.790.520.84
HSV284°19°92°
CMYK 0.050.190.00   0.08
XYZ64.057658.947786.5991
Yxy58.94770.30560.2812
Hunter Lab76.777414.5672-13.1304
CIE-Lab81.262819.1403-17.6079

#dfbfeb color RGB value is (223,191,235).

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

The process color (four color CMYK) of #dfbfeb color hex is 0.05, 0.19, 0.00, 0.08. Web safe color of #dfbfeb is #ccccff. Color #dfbfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 11101011
Octal 337 277 353
Decimal 223 191 235
Hex DF BF EB

RGB Percentages of Color #dfbfeb

%34.36
%29.43
%36.21

CMYK Percentages of Color #dfbfeb

%5
%19
%0
%8

Triadic Colors of #dfbfeb

#dfbfeb #ebdfbf #bfebdf

Analogous Colors of #dfbfeb

#dfbfeb #ebbfe1 #c9bfeb

Monochromatic Colors of #dfbfeb

#dfbfeb

Complementary Color

#dfbfeb #cbebbf

#dfbfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbfeb Color CSS Codes

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

#dfbfeb Text Font Color

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

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


#dfbfeb Background Color

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

This div background color is #dfbfeb


#dfbfeb Border Color

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

This div border color is #dfbfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbfeb


Comments

No comments written yet.

Please login to write comment.