Color Hex Logo

#dfabfa Color Hex

#DFABFA
(223,171,250)
0 Favorites   0 Comments

Color spaces of #dfabfa

RGB 223171250
HSL0.780.890.83
HSV279°32°98°
CMYK 0.110.320.00   0.02
XYZ62.249751.715997.1437
Yxy51.71590.29490.2450
Hunter Lab71.913828.6633-29.7514
CIE-Lab77.110632.8741-32.0017

#dfabfa color RGB value is (223,171,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 11111010
Octal 337 253 372
Decimal 223 171 250
Hex DF AB FA

RGB Percentages of Color #dfabfa

%34.63
%26.55
%38.82

CMYK Percentages of Color #dfabfa

%11
%32
%0
%2

Triadic Colors of #dfabfa

#dfabfa #fadfab #abfadf

Analogous Colors of #dfabfa

#dfabfa #faabee #b8abfa

Monochromatic Colors of #dfabfa

#dfabfa

Complementary Color

#dfabfa #c6faab

#dfabfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabfa Color CSS Codes

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

#dfabfa Text Font Color

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

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


#dfabfa Background Color

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

This div background color is #dfabfa


#dfabfa Border Color

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

This div border color is #dfabfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabfa


Comments

No comments written yet.

Please login to write comment.