Color Hex Logo

#dfbbfe Color Hex

#DFBBFE
(223,187,254)
0 Favorites   0 Comments

Color spaces of #dfbbfe

RGB 223187254
HSL0.760.970.86
HSV272°26°100°
CMYK 0.120.260.00   0.00
XYZ66.091158.3844101.5519
Yxy58.38440.29240.2583
Hunter Lab76.409720.6779-25.3123
CIE-Lab80.952025.0705-28.2480

#dfbbfe color RGB value is (223,187,254).

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

The process color (four color CMYK) of #dfbbfe color hex is 0.12, 0.26, 0.00, 0.00. Web safe color of #dfbbfe is #ccccff. Color #dfbbfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111011 11111110
Octal 337 273 376
Decimal 223 187 254
Hex DF BB FE

RGB Percentages of Color #dfbbfe

%33.58
%28.16
%38.25

CMYK Percentages of Color #dfbbfe

%12
%26
%0
%0

Triadic Colors of #dfbbfe

#dfbbfe #fedfbb #bbfedf

Analogous Colors of #dfbbfe

#dfbbfe #febbfc #bebbfe

Monochromatic Colors of #dfbbfe

#dfbbfe

Complementary Color

#dfbbfe #dafebb

#dfbbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbbfe Color CSS Codes

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

#dfbbfe Text Font Color

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

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


#dfbbfe Background Color

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

This div background color is #dfbbfe


#dfbbfe Border Color

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

This div border color is #dfbbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbbfe


Comments

No comments written yet.

Please login to write comment.