Color Hex Logo

#dfa4dc Color Hex

#DFA4DC
(223,164,220)
0 Favorites   0 Comments

Color spaces of #dfa4dc

RGB 223164220
HSL0.840.480.76
HSV303°26°87°
CMYK 0.000.260.01   0.13
XYZ56.625247.406273.8760
Yxy47.40620.31830.2665
Hunter Lab68.852226.3102-15.4196
CIE-Lab74.448830.8549-19.7966

#dfa4dc color RGB value is (223,164,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 11011100
Octal 337 244 334
Decimal 223 164 220
Hex DF A4 DC

RGB Percentages of Color #dfa4dc

%36.74
%27.02
%36.24

CMYK Percentages of Color #dfa4dc

%0
%26
%1
%13

Triadic Colors of #dfa4dc

#dfa4dc #dcdfa4 #a4dcdf

Analogous Colors of #dfa4dc

#dfa4dc #dfa4bf #c5a4df

Monochromatic Colors of #dfa4dc

#dfa4dc

Complementary Color

#dfa4dc #a4dfa7

#dfa4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa4dc Color CSS Codes

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

#dfa4dc Text Font Color

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

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


#dfa4dc Background Color

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

This div background color is #dfa4dc


#dfa4dc Border Color

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

This div border color is #dfa4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa4dc

#dfa4dc Color Palettes


Comments

No comments written yet.

Please login to write comment.