Color Hex Logo

#dfafd5 Color Hex

#DFAFD5
(223,175,213)
0 Favorites   0 Comments

Color spaces of #dfafd5

RGB 223175213
HSL0.870.430.78
HSV313°22°87°
CMYK 0.000.220.04   0.13
XYZ57.771651.152069.7792
Yxy51.15200.32330.2862
Hunter Lab71.520619.0243-7.7819
CIE-Lab76.771023.6659-12.4823

#dfafd5 color RGB value is (223,175,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 11010101
Octal 337 257 325
Decimal 223 175 213
Hex DF AF D5

RGB Percentages of Color #dfafd5

%36.50
%28.64
%34.86

CMYK Percentages of Color #dfafd5

%0
%22
%4
%13

Triadic Colors of #dfafd5

#dfafd5 #d5dfaf #afd5df

Analogous Colors of #dfafd5

#dfafd5 #dfafbd #d1afdf

Monochromatic Colors of #dfafd5

#dfafd5

Complementary Color

#dfafd5 #afdfb9

#dfafd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfafd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfafd5 Color CSS Codes

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

#dfafd5 Text Font Color

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

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


#dfafd5 Background Color

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

This div background color is #dfafd5


#dfafd5 Border Color

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

This div border color is #dfafd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfafd5


Comments

No comments written yet.

Please login to write comment.