Color Hex Logo

#dfadf3 Color Hex

#DFADF3
(223,173,243)
0 Favorites   0 Comments

Color spaces of #dfadf3

RGB 223173243
HSL0.790.740.82
HSV283°29°95°
CMYK 0.080.290.00   0.05
XYZ61.552752.046291.5958
Yxy52.04620.30000.2536
Hunter Lab72.143126.0465-24.7769
CIE-Lab77.308530.3948-27.9233

#dfadf3 color RGB value is (223,173,243).

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

The process color (four color CMYK) of #dfadf3 color hex is 0.08, 0.29, 0.00, 0.05. Web safe color of #dfadf3 is #cc99ff. Color #dfadf3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 11110011
Octal 337 255 363
Decimal 223 173 243
Hex DF AD F3

RGB Percentages of Color #dfadf3

%34.90
%27.07
%38.03

CMYK Percentages of Color #dfadf3

%8
%29
%0
%5

Triadic Colors of #dfadf3

#dfadf3 #f3dfad #adf3df

Analogous Colors of #dfadf3

#dfadf3 #f3ade4 #bcadf3

Monochromatic Colors of #dfadf3

#dfadf3

Complementary Color

#dfadf3 #c1f3ad

#dfadf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfadf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfadf3 Color CSS Codes

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

#dfadf3 Text Font Color

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

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


#dfadf3 Background Color

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

This div background color is #dfadf3


#dfadf3 Border Color

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

This div border color is #dfadf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfadf3


Comments

No comments written yet.

Please login to write comment.