Color Hex Logo

#dfadf6 Color Hex

#DFADF6
(223,173,246)
0 Favorites   0 Comments

Color spaces of #dfadf6

RGB 223173246
HSL0.780.800.82
HSV281°30°96°
CMYK 0.090.300.00   0.04
XYZ62.009552.228994.0017
Yxy52.22890.29780.2508
Hunter Lab72.269626.6867-26.5304
CIE-Lab77.417530.9922-29.3740

#dfadf6 color RGB value is (223,173,246).

#dfadf6 hex color red value is 223, green value is 173 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #dfadf6 hue: 0.78 , saturation: 0.80 and the lightness value of dfadf6 is 0.82.

The process color (four color CMYK) of #dfadf6 color hex is 0.09, 0.30, 0.00, 0.04. Web safe color of #dfadf6 is #cc99ff. Color #dfadf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 11110110
Octal 337 255 366
Decimal 223 173 246
Hex DF AD F6

RGB Percentages of Color #dfadf6

%34.74
%26.95
%38.32

CMYK Percentages of Color #dfadf6

%9
%30
%0
%4

Triadic Colors of #dfadf6

#dfadf6 #f6dfad #adf6df

Analogous Colors of #dfadf6

#dfadf6 #f6ade9 #bbadf6

Monochromatic Colors of #dfadf6

#dfadf6

Complementary Color

#dfadf6 #c4f6ad

#dfadf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfadf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfadf6 Color CSS Codes

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

#dfadf6 Text Font Color

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

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


#dfadf6 Background Color

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

This div background color is #dfadf6


#dfadf6 Border Color

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

This div border color is #dfadf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfadf6

Related Colors


Comments

No comments written yet.

Please login to write comment.