Color Hex Logo

#df85df Color Hex

#DF85DF
(223,133,223)
0 Favorites   0 Comments

Color spaces of #df85df

RGB 223133223
HSL0.830.580.70
HSV300°40°87°
CMYK 0.000.400.00   0.13
XYZ52.138237.790774.3584
Yxy37.79070.31740.2300
Hunter Lab61.474143.8119-28.6846
CIE-Lab67.866147.8091-31.5279

#df85df color RGB value is (223,133,223).

#df85df hex color red value is 223, green value is 133 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #df85df hue: 0.83 , saturation: 0.58 and the lightness value of df85df is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000101 11011111
Octal 337 205 337
Decimal 223 133 223
Hex DF 85 DF

RGB Percentages of Color #df85df

%38.51
%22.97
%38.51

CMYK Percentages of Color #df85df

%0
%40
%0
%13

Triadic Colors of #df85df

#df85df #dfdf85 #85dfdf

Analogous Colors of #df85df

#df85df #df85b2 #b285df

Monochromatic Colors of #df85df

#df85df

Complementary Color

#df85df #85df85

#df85df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df85df Color Preview on White Background

Lorem ipsum dolor sit amet.

#df85df Color CSS Codes

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

#df85df Text Font Color

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

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


#df85df Background Color

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

This div background color is #df85df


#df85df Border Color

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

This div border color is #df85df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df85df


Comments

No comments written yet.

Please login to write comment.