Color Hex Logo

#dfa5df Color Hex

#DFA5DF
(223,165,223)
0 Favorites   0 Comments

Color spaces of #dfa5df

RGB 223165223
HSL0.830.480.76
HSV300°26°87°
CMYK 0.000.260.00   0.13
XYZ57.205847.926076.0476
Yxy47.92600.31570.2645
Hunter Lab69.228626.3502-16.6700
CIE-Lab74.778230.8682-20.9341

#dfa5df color RGB value is (223,165,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100101 11011111
Octal 337 245 337
Decimal 223 165 223
Hex DF A5 DF

RGB Percentages of Color #dfa5df

%36.50
%27.00
%36.50

CMYK Percentages of Color #dfa5df

%0
%26
%0
%13

Triadic Colors of #dfa5df

#dfa5df #dfdfa5 #a5dfdf

Analogous Colors of #dfa5df

#dfa5df #dfa5c2 #c2a5df

Monochromatic Colors of #dfa5df

#dfa5df

Complementary Color

#dfa5df #a5dfa5

#dfa5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa5df Color CSS Codes

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

#dfa5df Text Font Color

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

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


#dfa5df Background Color

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

This div background color is #dfa5df


#dfa5df Border Color

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

This div border color is #dfa5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa5df


Comments

No comments written yet.

Please login to write comment.