Color Hex Logo

#dfadff Color Hex

#DFADFF
(223,173,255)
0 Favorites   0 Comments

Color spaces of #dfadff

RGB 223173255
HSL0.771.000.84
HSV277°32°100°
CMYK 0.130.320.00   0.00
XYZ63.425052.7951101.4554
Yxy52.79510.29140.2425
Hunter Lab72.660228.6569-31.9244
CIE-Lab77.753932.8173-33.7001

#dfadff color RGB value is (223,173,255).

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

The process color (four color CMYK) of #dfadff color hex is 0.13, 0.32, 0.00, 0.00. Web safe color of #dfadff is #cc99ff. Color #dfadff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 11111111
Octal 337 255 377
Decimal 223 173 255
Hex DF AD FF

RGB Percentages of Color #dfadff

%34.25
%26.57
%39.17

CMYK Percentages of Color #dfadff

%13
%32
%0
%0

Triadic Colors of #dfadff

#dfadff #ffdfad #adffdf

Analogous Colors of #dfadff

#dfadff #ffadf6 #b6adff

Monochromatic Colors of #dfadff

#dfadff

Complementary Color

#dfadff #cdffad

#dfadff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfadff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfadff Color CSS Codes

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

#dfadff Text Font Color

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

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


#dfadff Background Color

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

This div background color is #dfadff


#dfadff Border Color

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

This div border color is #dfadff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfadff

#dfadff Color Palettes


Comments

No comments written yet.

Please login to write comment.