Color Hex Logo

#dfafdc Color Hex

#DFAFDC
(223,175,220)
0 Favorites   0 Comments

Color spaces of #dfafdc

RGB 223175220
HSL0.840.430.78
HSV304°22°87°
CMYK 0.000.220.01   0.13
XYZ58.679751.515274.5608
Yxy51.51520.31760.2788
Hunter Lab71.774120.3300-11.3501
CIE-Lab76.990024.9294-15.9566

#dfafdc color RGB value is (223,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 11011100
Octal 337 257 334
Decimal 223 175 220
Hex DF AF DC

RGB Percentages of Color #dfafdc

%36.08
%28.32
%35.60

CMYK Percentages of Color #dfafdc

%0
%22
%1
%13

Triadic Colors of #dfafdc

#dfafdc #dcdfaf #afdcdf

Analogous Colors of #dfafdc

#dfafdc #dfafc4 #caafdf

Monochromatic Colors of #dfafdc

#dfafdc

Complementary Color

#dfafdc #afdfb2

#dfafdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfafdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfafdc Color CSS Codes

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

#dfafdc Text Font Color

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

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


#dfafdc Background Color

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

This div background color is #dfafdc


#dfafdc Border Color

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

This div border color is #dfafdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfafdc


Comments

No comments written yet.

Please login to write comment.