Color Hex Logo

#dfb1ff Color Hex

#DFB1FF
(223,177,255)
0 Favorites   0 Comments

Color spaces of #dfb1ff

RGB 223177255
HSL0.761.000.85
HSV275°31°100°
CMYK 0.130.310.00   0.00
XYZ64.203654.3523101.7149
Yxy54.35230.29150.2468
Hunter Lab73.724026.4322-30.1939
CIE-Lab78.666730.6633-32.2927

#dfb1ff color RGB value is (223,177,255).

#dfb1ff hex color red value is 223, green value is 177 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dfb1ff hue: 0.76 , saturation: 1.00 and the lightness value of dfb1ff is 0.85.

The process color (four color CMYK) of #dfb1ff color hex is 0.13, 0.31, 0.00, 0.00. Web safe color of #dfb1ff is #cc99ff. Color #dfb1ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110001 11111111
Octal 337 261 377
Decimal 223 177 255
Hex DF B1 FF

RGB Percentages of Color #dfb1ff

%34.05
%27.02
%38.93

CMYK Percentages of Color #dfb1ff

%13
%31
%0
%0

Triadic Colors of #dfb1ff

#dfb1ff #ffdfb1 #b1ffdf

Analogous Colors of #dfb1ff

#dfb1ff #ffb1f8 #b8b1ff

Monochromatic Colors of #dfb1ff

#dfb1ff

Complementary Color

#dfb1ff #d1ffb1

#dfb1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb1ff Color CSS Codes

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

#dfb1ff Text Font Color

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

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


#dfb1ff Background Color

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

This div background color is #dfb1ff


#dfb1ff Border Color

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

This div border color is #dfb1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb1ff

Related Colors

#dfb1ff Color Palettes


Comments

No comments written yet.

Please login to write comment.