Color Hex Logo

#df84df Color Hex

#DF84DF
(223,132,223)
0 Favorites   0 Comments

Color spaces of #df84df

RGB 223132223
HSL0.830.590.70
HSV300°41°87°
CMYK 0.000.410.00   0.13
XYZ52.002037.518274.3130
Yxy37.51820.31740.2290
Hunter Lab61.252144.3523-29.0560
CIE-Lab67.664048.3233-31.8404

#df84df color RGB value is (223,132,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000100 11011111
Octal 337 204 337
Decimal 223 132 223
Hex DF 84 DF

RGB Percentages of Color #df84df

%38.58
%22.84
%38.58

CMYK Percentages of Color #df84df

%0
%41
%0
%13

Triadic Colors of #df84df

#df84df #dfdf84 #84dfdf

Analogous Colors of #df84df

#df84df #df84b2 #b284df

Monochromatic Colors of #df84df

#df84df

Complementary Color

#df84df #84df84

#df84df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df84df Color Preview on White Background

Lorem ipsum dolor sit amet.

#df84df Color CSS Codes

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

#df84df Text Font Color

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

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


#df84df Background Color

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

This div background color is #df84df


#df84df Border Color

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

This div border color is #df84df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df84df


Comments

No comments written yet.

Please login to write comment.