Color Hex Logo

#dfa7dd Color Hex

#DFA7DD
(223,167,221)
0 Favorites   0 Comments

Color spaces of #dfa7dd

RGB 223167221
HSL0.840.470.76
HSV302°25°87°
CMYK 0.000.250.01   0.13
XYZ57.301348.545974.7568
Yxy48.54590.31730.2688
Hunter Lab69.674924.8691-14.8420
CIE-Lab75.167929.4232-19.2525

#dfa7dd color RGB value is (223,167,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100111 11011101
Octal 337 247 335
Decimal 223 167 221
Hex DF A7 DD

RGB Percentages of Color #dfa7dd

%36.50
%27.33
%36.17

CMYK Percentages of Color #dfa7dd

%0
%25
%1
%13

Triadic Colors of #dfa7dd

#dfa7dd #dddfa7 #a7dddf

Analogous Colors of #dfa7dd

#dfa7dd #dfa7c1 #c5a7df

Monochromatic Colors of #dfa7dd

#dfa7dd

Complementary Color

#dfa7dd #a7dfa9

#dfa7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa7dd Color CSS Codes

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

#dfa7dd Text Font Color

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

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


#dfa7dd Background Color

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

This div background color is #dfa7dd


#dfa7dd Border Color

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

This div border color is #dfa7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa7dd


Comments

No comments written yet.

Please login to write comment.