Color Hex Logo

#dfabfb Color Hex

#DFABFB
(223,171,251)
0 Favorites   0 Comments

Color spaces of #dfabfb

RGB 223171251
HSL0.780.910.83
HSV279°32°98°
CMYK 0.110.320.00   0.02
XYZ62.406951.778897.9719
Yxy51.77880.29420.2441
Hunter Lab71.957528.8829-30.3546
CIE-Lab77.148433.0767-32.4822

#dfabfb color RGB value is (223,171,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 11111011
Octal 337 253 373
Decimal 223 171 251
Hex DF AB FB

RGB Percentages of Color #dfabfb

%34.57
%26.51
%38.91

CMYK Percentages of Color #dfabfb

%11
%32
%0
%2

Triadic Colors of #dfabfb

#dfabfb #fbdfab #abfbdf

Analogous Colors of #dfabfb

#dfabfb #fbabef #b7abfb

Monochromatic Colors of #dfabfb

#dfabfb

Complementary Color

#dfabfb #c7fbab

#dfabfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabfb Color CSS Codes

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

#dfabfb Text Font Color

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

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


#dfabfb Background Color

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

This div background color is #dfabfb


#dfabfb Border Color

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

This div border color is #dfabfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabfb

Related Colors


Comments

No comments written yet.

Please login to write comment.