Color Hex Logo

#dfafd9 Color Hex

#DFAFD9
(223,175,217)
0 Favorites   0 Comments

Color spaces of #dfafd9

RGB 223175217
HSL0.850.430.78
HSV308°22°87°
CMYK 0.000.220.03   0.13
XYZ58.285851.357772.4867
Yxy51.35770.32000.2820
Hunter Lab71.664319.7646-9.8054
CIE-Lab76.895224.3835-14.4701

#dfafd9 color RGB value is (223,175,217).

#dfafd9 hex color red value is 223, green value is 175 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #dfafd9 hue: 0.85 , saturation: 0.43 and the lightness value of dfafd9 is 0.78.

The process color (four color CMYK) of #dfafd9 color hex is 0.00, 0.22, 0.03, 0.13. Web safe color of #dfafd9 is #cc99cc. Color #dfafd9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 11011001
Octal 337 257 331
Decimal 223 175 217
Hex DF AF D9

RGB Percentages of Color #dfafd9

%36.26
%28.46
%35.28

CMYK Percentages of Color #dfafd9

%0
%22
%3
%13

Triadic Colors of #dfafd9

#dfafd9 #d9dfaf #afd9df

Analogous Colors of #dfafd9

#dfafd9 #dfafc1 #cdafdf

Monochromatic Colors of #dfafd9

#dfafd9

Complementary Color

#dfafd9 #afdfb5

#dfafd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfafd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfafd9 Color CSS Codes

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

#dfafd9 Text Font Color

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

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


#dfafd9 Background Color

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

This div background color is #dfafd9


#dfafd9 Border Color

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

This div border color is #dfafd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfafd9


Comments

No comments written yet.

Please login to write comment.