Color Hex Logo

#df9afa Color Hex

#DF9AFA
(223,154,250)
0 Favorites   0 Comments

Color spaces of #df9afa

RGB 223154250
HSL0.790.910.79
HSV283°38°98°
CMYK 0.110.380.00   0.02
XYZ59.242345.701396.1413
Yxy45.70130.29460.2273
Hunter Lab67.602738.1201-36.9974
CIE-Lab73.351341.9700-37.8188

#df9afa color RGB value is (223,154,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011010 11111010
Octal 337 232 372
Decimal 223 154 250
Hex DF 9A FA

RGB Percentages of Color #df9afa

%35.57
%24.56
%39.87

CMYK Percentages of Color #df9afa

%11
%38
%0
%2

Triadic Colors of #df9afa

#df9afa #fadf9a #9afadf

Analogous Colors of #df9afa

#df9afa #fa9ae5 #af9afa

Monochromatic Colors of #df9afa

#df9afa

Complementary Color

#df9afa #b5fa9a

#df9afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9afa Color CSS Codes

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

#df9afa Text Font Color

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

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


#df9afa Background Color

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

This div background color is #df9afa


#df9afa Border Color

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

This div border color is #df9afa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,154,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 #df9afa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9afa


Comments

No comments written yet.

Please login to write comment.