Color Hex Logo

#df17df Color Hex

#DF17DF
(223,23,223)
0 Favorites   0 Comments

Color spaces of #df17df

RGB 22323223
HSL0.830.810.48
HSV300°90°87°
CMYK 0.000.900.00   0.13
XYZ44.057121.628571.6647
Yxy21.62850.32080.1575
Hunter Lab46.506587.7127-58.8092
CIE-Lab53.630686.8249-53.9189

#df17df color RGB value is (223,23,223).

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

The process color (four color CMYK) of #df17df color hex is 0.00, 0.90, 0.00, 0.13. Web safe color of #df17df is #cc00cc. Color #df17df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010111 11011111
Octal 337 27 337
Decimal 223 23 223
Hex DF 17 DF

RGB Percentages of Color #df17df

%47.55
%4.90
%47.55

CMYK Percentages of Color #df17df

%0
%90
%0
%13

Triadic Colors of #df17df

#df17df #dfdf17 #17dfdf

Analogous Colors of #df17df

#df17df #df177b #7b17df

Monochromatic Colors of #df17df

#df17df

Complementary Color

#df17df #17df17

#df17df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df17df Color Preview on White Background

Lorem ipsum dolor sit amet.

#df17df Color CSS Codes

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

#df17df Text Font Color

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

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


#df17df Background Color

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

This div background color is #df17df


#df17df Border Color

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

This div border color is #df17df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df17df


Comments

No comments written yet.

Please login to write comment.