Color Hex Logo

#df9cfb Color Hex

#DF9CFB
(223,156,251)
0 Favorites   0 Comments

Color spaces of #df9cfb

RGB 223156251
HSL0.780.920.80
HSV282°38°98°
CMYK 0.110.380.00   0.02
XYZ59.732546.429997.0804
Yxy46.42990.29390.2284
Hunter Lab68.139537.2327-36.7746
CIE-Lab73.823641.1088-37.6271

#df9cfb color RGB value is (223,156,251).

#df9cfb hex color red value is 223, green value is 156 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #df9cfb hue: 0.78 , saturation: 0.92 and the lightness value of df9cfb is 0.80.

The process color (four color CMYK) of #df9cfb color hex is 0.11, 0.38, 0.00, 0.02. Web safe color of #df9cfb is #cc99ff. Color #df9cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011100 11111011
Octal 337 234 373
Decimal 223 156 251
Hex DF 9C FB

RGB Percentages of Color #df9cfb

%35.40
%24.76
%39.84

CMYK Percentages of Color #df9cfb

%11
%38
%0
%2

Triadic Colors of #df9cfb

#df9cfb #fbdf9c #9cfbdf

Analogous Colors of #df9cfb

#df9cfb #fb9ce8 #b09cfb

Monochromatic Colors of #df9cfb

#df9cfb

Complementary Color

#df9cfb #b8fb9c

#df9cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9cfb Color CSS Codes

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

#df9cfb Text Font Color

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

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


#df9cfb Background Color

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

This div background color is #df9cfb


#df9cfb Border Color

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

This div border color is #df9cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9cfb


Comments

No comments written yet.

Please login to write comment.