Color Hex Logo

#dfafc7 Color Hex

#DFAFC7
(223,175,199)
0 Favorites   0 Comments

Color spaces of #dfafc7

RGB 223175199
HSL0.920.430.78
HSV330°22°87°
CMYK 0.000.220.11   0.13
XYZ56.070250.471460.8196
Yxy50.47140.33500.3016
Hunter Lab71.043216.5538-1.0275
CIE-Lab76.357721.2480-5.4743

#dfafc7 color RGB value is (223,175,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 11000111
Octal 337 257 307
Decimal 223 175 199
Hex DF AF C7

RGB Percentages of Color #dfafc7

%37.35
%29.31
%33.33

CMYK Percentages of Color #dfafc7

%0
%22
%11
%13

Triadic Colors of #dfafc7

#dfafc7 #c7dfaf #afc7df

Analogous Colors of #dfafc7

#dfafc7 #dfafaf #dfafdf

Monochromatic Colors of #dfafc7

#dfafc7

Complementary Color

#dfafc7 #afdfc7

#dfafc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfafc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfafc7 Color CSS Codes

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

#dfafc7 Text Font Color

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

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


#dfafc7 Background Color

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

This div background color is #dfafc7


#dfafc7 Border Color

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

This div border color is #dfafc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfafc7


Comments

No comments written yet.

Please login to write comment.