Color Hex Logo

#df20df Color Hex

#DF20DF
(223,32,223)
0 Favorites   0 Comments

Color spaces of #df20df

RGB 22332223
HSL0.830.750.50
HSV300°86°87°
CMYK 0.000.860.00   0.13
XYZ44.267222.048771.7347
Yxy22.04870.32070.1597
Hunter Lab46.956086.1055-57.7080
CIE-Lab54.078685.5079-53.2030

#df20df color RGB value is (223,32,223).

#df20df hex color red value is 223, green value is 32 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #df20df hue: 0.83 , saturation: 0.75 and the lightness value of df20df is 0.50.

The process color (four color CMYK) of #df20df color hex is 0.00, 0.86, 0.00, 0.13. Web safe color of #df20df is #cc33cc. Color #df20df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100000 11011111
Octal 337 40 337
Decimal 223 32 223
Hex DF 20 DF

RGB Percentages of Color #df20df

%46.65
%6.69
%46.65

CMYK Percentages of Color #df20df

%0
%86
%0
%13

Triadic Colors of #df20df

#df20df #dfdf20 #20dfdf

Analogous Colors of #df20df

#df20df #df2080 #8020df

Monochromatic Colors of #df20df

#df20df

Complementary Color

#df20df #20df20

#df20df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df20df Color Preview on White Background

Lorem ipsum dolor sit amet.

#df20df Color CSS Codes

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

#df20df Text Font Color

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

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


#df20df Background Color

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

This div background color is #df20df


#df20df Border Color

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

This div border color is #df20df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df20df


Comments

No comments written yet.

Please login to write comment.