Color Hex Logo

#dfacfb Color Hex

#DFACFB
(223,172,251)
0 Favorites   0 Comments

Color spaces of #dfacfb

RGB 223172251
HSL0.770.910.83
HSV279°31°98°
CMYK 0.110.310.00   0.02
XYZ62.596552.158198.0351
Yxy52.15810.29420.2451
Hunter Lab72.220628.3272-29.9282
CIE-Lab77.375332.5383-32.1325

#dfacfb color RGB value is (223,172,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 11111011
Octal 337 254 373
Decimal 223 172 251
Hex DF AC FB

RGB Percentages of Color #dfacfb

%34.52
%26.63
%38.85

CMYK Percentages of Color #dfacfb

%11
%31
%0
%2

Triadic Colors of #dfacfb

#dfacfb #fbdfac #acfbdf

Analogous Colors of #dfacfb

#dfacfb #fbacf0 #b8acfb

Monochromatic Colors of #dfacfb

#dfacfb

Complementary Color

#dfacfb #c8fbac

#dfacfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfacfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfacfb Color CSS Codes

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

#dfacfb Text Font Color

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

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


#dfacfb Background Color

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

This div background color is #dfacfb


#dfacfb Border Color

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

This div border color is #dfacfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfacfb


Comments

No comments written yet.

Please login to write comment.