Color Hex Logo

#dfaafb Color Hex

#DFAAFB
(223,170,251)
0 Favorites   0 Comments

Color spaces of #dfaafb

RGB 223170251
HSL0.780.910.83
HSV279°32°98°
CMYK 0.110.320.00   0.02
XYZ62.218751.402597.9092
Yxy51.40250.29410.2430
Hunter Lab71.695529.4384-30.7810
CIE-Lab76.922233.6144-32.8310

#dfaafb color RGB value is (223,170,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 11111011
Octal 337 252 373
Decimal 223 170 251
Hex DF AA FB

RGB Percentages of Color #dfaafb

%34.63
%26.40
%38.98

CMYK Percentages of Color #dfaafb

%11
%32
%0
%2

Triadic Colors of #dfaafb

#dfaafb #fbdfaa #aafbdf

Analogous Colors of #dfaafb

#dfaafb #fbaaef #b7aafb

Monochromatic Colors of #dfaafb

#dfaafb

Complementary Color

#dfaafb #c6fbaa

#dfaafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaafb Color CSS Codes

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

#dfaafb Text Font Color

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

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


#dfaafb Background Color

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

This div background color is #dfaafb


#dfaafb Border Color

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

This div border color is #dfaafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaafb


Comments

No comments written yet.

Please login to write comment.