Color Hex Logo

#dfafd3 Color Hex

#DFAFD3
(223,175,211)
0 Favorites   0 Comments

Color spaces of #dfafd3

RGB 223175211
HSL0.880.430.78
HSV315°22°87°
CMYK 0.000.220.05   0.13
XYZ57.519351.051168.4503
Yxy51.05110.32490.2884
Hunter Lab71.450118.6599-6.7857
CIE-Lab76.710023.3116-11.4859

#dfafd3 color RGB value is (223,175,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 11010011
Octal 337 257 323
Decimal 223 175 211
Hex DF AF D3

RGB Percentages of Color #dfafd3

%36.62
%28.74
%34.65

CMYK Percentages of Color #dfafd3

%0
%22
%5
%13

Triadic Colors of #dfafd3

#dfafd3 #d3dfaf #afd3df

Analogous Colors of #dfafd3

#dfafd3 #dfafbb #d3afdf

Monochromatic Colors of #dfafd3

#dfafd3

Complementary Color

#dfafd3 #afdfbb

#dfafd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfafd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfafd3 Color CSS Codes

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

#dfafd3 Text Font Color

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

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


#dfafd3 Background Color

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

This div background color is #dfafd3


#dfafd3 Border Color

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

This div border color is #dfafd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfafd3


Comments

No comments written yet.

Please login to write comment.