Color Hex Logo

#dfafd7 Color Hex

#DFAFD7
(223,175,215)
0 Favorites   0 Comments

Color spaces of #dfafd7

RGB 223175215
HSL0.860.430.78
HSV310°22°87°
CMYK 0.000.220.04   0.13
XYZ58.027151.254271.1247
Yxy51.25420.32160.2841
Hunter Lab71.592019.3926-8.7885
CIE-Lab76.832724.0232-13.4771

#dfafd7 color RGB value is (223,175,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 11010111
Octal 337 257 327
Decimal 223 175 215
Hex DF AF D7

RGB Percentages of Color #dfafd7

%36.38
%28.55
%35.07

CMYK Percentages of Color #dfafd7

%0
%22
%4
%13

Triadic Colors of #dfafd7

#dfafd7 #d7dfaf #afd7df

Analogous Colors of #dfafd7

#dfafd7 #dfafbf #cfafdf

Monochromatic Colors of #dfafd7

#dfafd7

Complementary Color

#dfafd7 #afdfb7

#dfafd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfafd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfafd7 Color CSS Codes

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

#dfafd7 Text Font Color

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

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


#dfafd7 Background Color

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

This div background color is #dfafd7


#dfafd7 Border Color

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

This div border color is #dfafd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfafd7


Comments

No comments written yet.

Please login to write comment.