Color Hex Logo

#dfa0ff Color Hex

#DFA0FF
(223,160,255)
0 Favorites   0 Comments

Color spaces of #dfa0ff

RGB 223160255
HSL0.781.000.81
HSV280°37°100°
CMYK 0.130.370.00   0.00
XYZ61.052248.0496100.6644
Yxy48.04960.29100.2291
Hunter Lab69.317835.9091-37.5794
CIE-Lab74.856239.7892-38.1871

#dfa0ff color RGB value is (223,160,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100000 11111111
Octal 337 240 377
Decimal 223 160 255
Hex DF A0 FF

RGB Percentages of Color #dfa0ff

%34.95
%25.08
%39.97

CMYK Percentages of Color #dfa0ff

%13
%37
%0
%0

Triadic Colors of #dfa0ff

#dfa0ff #ffdfa0 #a0ffdf

Analogous Colors of #dfa0ff

#dfa0ff #ffa0f0 #b0a0ff

Monochromatic Colors of #dfa0ff

#dfa0ff

Complementary Color

#dfa0ff #c0ffa0

#dfa0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa0ff Color CSS Codes

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

#dfa0ff Text Font Color

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

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


#dfa0ff Background Color

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

This div background color is #dfa0ff


#dfa0ff Border Color

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

This div border color is #dfa0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa0ff

Related Colors


Comments

No comments written yet.

Please login to write comment.