Color Hex Logo

#dfa4ff Color Hex

#DFA4FF
(223,164,255)
0 Favorites   0 Comments

Color spaces of #dfa4ff

RGB 223164255
HSL0.771.000.82
HSV279°36°100°
CMYK 0.130.360.00   0.00
XYZ61.756949.4589100.8993
Yxy49.45890.29110.2332
Hunter Lab70.327033.6755-35.8354
CIE-Lab75.735937.6508-36.8218

#dfa4ff color RGB value is (223,164,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 11111111
Octal 337 244 377
Decimal 223 164 255
Hex DF A4 FF

RGB Percentages of Color #dfa4ff

%34.74
%25.55
%39.72

CMYK Percentages of Color #dfa4ff

%13
%36
%0
%0

Triadic Colors of #dfa4ff

#dfa4ff #ffdfa4 #a4ffdf

Analogous Colors of #dfa4ff

#dfa4ff #ffa4f2 #b2a4ff

Monochromatic Colors of #dfa4ff

#dfa4ff

Complementary Color

#dfa4ff #c4ffa4

#dfa4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa4ff Color CSS Codes

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

#dfa4ff Text Font Color

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

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


#dfa4ff Background Color

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

This div background color is #dfa4ff


#dfa4ff Border Color

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

This div border color is #dfa4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa4ff

Related Colors


Comments

No comments written yet.

Please login to write comment.