Color Hex Logo

#dfaafa Color Hex

#DFAAFA
(223,170,250)
0 Favorites   0 Comments

Color spaces of #dfaafa

RGB 223170250
HSL0.780.890.82
HSV280°32°98°
CMYK 0.110.320.00   0.02
XYZ62.061551.339697.0810
Yxy51.33960.29490.2439
Hunter Lab71.651729.2184-30.1760
CIE-Lab76.884333.4119-32.3506

#dfaafa color RGB value is (223,170,250).

#dfaafa hex color red value is 223, green value is 170 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dfaafa hue: 0.78 , saturation: 0.89 and the lightness value of dfaafa is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 11111010
Octal 337 252 372
Decimal 223 170 250
Hex DF AA FA

RGB Percentages of Color #dfaafa

%34.68
%26.44
%38.88

CMYK Percentages of Color #dfaafa

%11
%32
%0
%2

Triadic Colors of #dfaafa

#dfaafa #fadfaa #aafadf

Analogous Colors of #dfaafa

#dfaafa #faaaed #b7aafa

Monochromatic Colors of #dfaafa

#dfaafa

Complementary Color

#dfaafa #c5faaa

#dfaafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaafa Color CSS Codes

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

#dfaafa Text Font Color

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

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


#dfaafa Background Color

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

This div background color is #dfaafa


#dfaafa Border Color

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

This div border color is #dfaafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaafa


Comments

No comments written yet.

Please login to write comment.