Color Hex Logo

#dfafc8 Color Hex

#DFAFC8
(223,175,200)
0 Favorites   0 Comments

Color spaces of #dfafc8

RGB 223175200
HSL0.910.430.78
HSV329°22°87°
CMYK 0.000.220.10   0.13
XYZ56.186750.518161.4332
Yxy50.51810.33420.3005
Hunter Lab71.076116.7237-1.4929
CIE-Lab76.386221.4155-5.9773

#dfafc8 color RGB value is (223,175,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 11001000
Octal 337 257 310
Decimal 223 175 200
Hex DF AF C8

RGB Percentages of Color #dfafc8

%37.29
%29.26
%33.44

CMYK Percentages of Color #dfafc8

%0
%22
%10
%13

Triadic Colors of #dfafc8

#dfafc8 #c8dfaf #afc8df

Analogous Colors of #dfafc8

#dfafc8 #dfafb0 #deafdf

Monochromatic Colors of #dfafc8

#dfafc8

Complementary Color

#dfafc8 #afdfc6

#dfafc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfafc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfafc8 Color CSS Codes

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

#dfafc8 Text Font Color

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

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


#dfafc8 Background Color

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

This div background color is #dfafc8


#dfafc8 Border Color

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

This div border color is #dfafc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfafc8

#dfafc8 Color Palettes


Comments

No comments written yet.

Please login to write comment.