Color Hex Logo

#dfacf9 Color Hex

#DFACF9
(223,172,249)
0 Favorites   0 Comments

Color spaces of #dfacf9

RGB 223172249
HSL0.780.870.83
HSV280°31°98°
CMYK 0.100.310.00   0.02
XYZ62.282852.032696.3832
Yxy52.03260.29560.2470
Hunter Lab72.133627.8896-28.7283
CIE-Lab77.300332.1335-31.1709

#dfacf9 color RGB value is (223,172,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 11111001
Octal 337 254 371
Decimal 223 172 249
Hex DF AC F9

RGB Percentages of Color #dfacf9

%34.63
%26.71
%38.66

CMYK Percentages of Color #dfacf9

%10
%31
%0
%2

Triadic Colors of #dfacf9

#dfacf9 #f9dfac #acf9df

Analogous Colors of #dfacf9

#dfacf9 #f9aced #b9acf9

Monochromatic Colors of #dfacf9

#dfacf9

Complementary Color

#dfacf9 #c6f9ac

#dfacf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfacf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfacf9 Color CSS Codes

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

#dfacf9 Text Font Color

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

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


#dfacf9 Background Color

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

This div background color is #dfacf9


#dfacf9 Border Color

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

This div border color is #dfacf9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,172,249, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfacf9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfacf9


Comments

No comments written yet.

Please login to write comment.