Color Hex Logo

#dfabdc Color Hex

#DFABDC
(223,171,220)
0 Favorites   0 Comments

Color spaces of #dfabdc

RGB 223171220
HSL0.840.450.77
HSV303°23°87°
CMYK 0.000.230.01   0.13
XYZ57.912649.981174.3051
Yxy49.98110.31790.2743
Hunter Lab70.697322.5002-12.8275
CIE-Lab76.057727.0849-17.3624

#dfabdc color RGB value is (223,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 11011100
Octal 337 253 334
Decimal 223 171 220
Hex DF AB DC

RGB Percentages of Color #dfabdc

%36.32
%27.85
%35.83

CMYK Percentages of Color #dfabdc

%0
%23
%1
%13

Triadic Colors of #dfabdc

#dfabdc #dcdfab #abdcdf

Analogous Colors of #dfabdc

#dfabdc #dfabc2 #c8abdf

Monochromatic Colors of #dfabdc

#dfabdc

Complementary Color

#dfabdc #abdfae

#dfabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabdc Color CSS Codes

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

#dfabdc Text Font Color

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

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


#dfabdc Background Color

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

This div background color is #dfabdc


#dfabdc Border Color

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

This div border color is #dfabdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,171,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 #dfabdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabdc


Comments

No comments written yet.

Please login to write comment.