Color Hex Logo

#dfacfa Color Hex

#DFACFA
(223,172,250)
0 Favorites   0 Comments

Color spaces of #dfacfa

RGB 223172250
HSL0.780.890.83
HSV279°31°98°
CMYK 0.110.310.00   0.02
XYZ62.439352.095297.2069
Yxy52.09520.29490.2460
Hunter Lab72.177028.1081-29.3270
CIE-Lab77.337732.3357-31.6519

#dfacfa color RGB value is (223,172,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 11111010
Octal 337 254 372
Decimal 223 172 250
Hex DF AC FA

RGB Percentages of Color #dfacfa

%34.57
%26.67
%38.76

CMYK Percentages of Color #dfacfa

%11
%31
%0
%2

Triadic Colors of #dfacfa

#dfacfa #fadfac #acfadf

Analogous Colors of #dfacfa

#dfacfa #faacee #b8acfa

Monochromatic Colors of #dfacfa

#dfacfa

Complementary Color

#dfacfa #c7faac

#dfacfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfacfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfacfa Color CSS Codes

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

#dfacfa Text Font Color

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

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


#dfacfa Background Color

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

This div background color is #dfacfa


#dfacfa Border Color

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

This div border color is #dfacfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfacfa


Comments

No comments written yet.

Please login to write comment.