Color Hex Logo

#dfa0dc Color Hex

#DFA0DC
(223,160,220)
0 Favorites   0 Comments

Color spaces of #dfa0dc

RGB 223160220
HSL0.840.500.75
HSV303°28°87°
CMYK 0.000.280.01   0.13
XYZ55.920545.996973.6411
Yxy45.99690.31850.2620
Hunter Lab67.821028.4919-16.9033
CIE-Lab73.543533.0046-21.1710

#dfa0dc color RGB value is (223,160,220).

#dfa0dc hex color red value is 223, green value is 160 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dfa0dc hue: 0.84 , saturation: 0.50 and the lightness value of dfa0dc is 0.75.

The process color (four color CMYK) of #dfa0dc color hex is 0.00, 0.28, 0.01, 0.13. Web safe color of #dfa0dc is #cc99cc. Color #dfa0dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100000 11011100
Octal 337 240 334
Decimal 223 160 220
Hex DF A0 DC

RGB Percentages of Color #dfa0dc

%36.98
%26.53
%36.48

CMYK Percentages of Color #dfa0dc

%0
%28
%1
%13

Triadic Colors of #dfa0dc

#dfa0dc #dcdfa0 #a0dcdf

Analogous Colors of #dfa0dc

#dfa0dc #dfa0bd #c3a0df

Monochromatic Colors of #dfa0dc

#dfa0dc

Complementary Color

#dfa0dc #a0dfa3

#dfa0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa0dc Color CSS Codes

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

#dfa0dc Text Font Color

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

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


#dfa0dc Background Color

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

This div background color is #dfa0dc


#dfa0dc Border Color

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

This div border color is #dfa0dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa0dc


Comments

No comments written yet.

Please login to write comment.