Color Hex Logo

#df9cfa Color Hex

#DF9CFA
(223,156,250)
0 Favorites   0 Comments

Color spaces of #df9cfa

RGB 223156250
HSL0.790.900.80
HSV283°38°98°
CMYK 0.110.380.00   0.02
XYZ59.575246.367096.2523
Yxy46.36700.29460.2293
Hunter Lab68.093337.0073-36.1432
CIE-Lab73.783040.9075-37.1482

#df9cfa color RGB value is (223,156,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011100 11111010
Octal 337 234 372
Decimal 223 156 250
Hex DF 9C FA

RGB Percentages of Color #df9cfa

%35.45
%24.80
%39.75

CMYK Percentages of Color #df9cfa

%11
%38
%0
%2

Triadic Colors of #df9cfa

#df9cfa #fadf9c #9cfadf

Analogous Colors of #df9cfa

#df9cfa #fa9ce6 #b09cfa

Monochromatic Colors of #df9cfa

#df9cfa

Complementary Color

#df9cfa #b7fa9c

#df9cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9cfa Color CSS Codes

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

#df9cfa Text Font Color

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

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


#df9cfa Background Color

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

This div background color is #df9cfa


#df9cfa Border Color

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

This div border color is #df9cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9cfa


Comments

No comments written yet.

Please login to write comment.