Color Hex Logo

#dfa7df Color Hex

#DFA7DF
(223,167,223)
0 Favorites   0 Comments

Color spaces of #dfa7df

RGB 223167223
HSL0.830.470.76
HSV300°25°87°
CMYK 0.000.250.00   0.13
XYZ57.569448.653176.1688
Yxy48.65310.31560.2668
Hunter Lab69.751825.2588-15.9183
CIE-Lab75.235029.7918-20.2408

#dfa7df color RGB value is (223,167,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100111 11011111
Octal 337 247 337
Decimal 223 167 223
Hex DF A7 DF

RGB Percentages of Color #dfa7df

%36.38
%27.24
%36.38

CMYK Percentages of Color #dfa7df

%0
%25
%0
%13

Triadic Colors of #dfa7df

#dfa7df #dfdfa7 #a7dfdf

Analogous Colors of #dfa7df

#dfa7df #dfa7c3 #c3a7df

Monochromatic Colors of #dfa7df

#dfa7df

Complementary Color

#dfa7df #a7dfa7

#dfa7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa7df Color CSS Codes

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

#dfa7df Text Font Color

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

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


#dfa7df Background Color

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

This div background color is #dfa7df


#dfa7df Border Color

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

This div border color is #dfa7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa7df


Comments

No comments written yet.

Please login to write comment.