Color Hex Logo

#df11ad Color Hex

#DF11AD
(223,17,173)
0 Favorites   0 Comments

Color spaces of #df11ad

RGB 22317173
HSL0.870.860.47
HSV315°92°87°
CMYK 0.000.920.22   0.13
XYZ38.174719.106041.2110
Yxy19.10600.38760.1940
Hunter Lab43.710479.4006-25.3024
CIE-Lab50.811080.9276-29.4795

#df11ad color RGB value is (223,17,173).

#df11ad hex color red value is 223, green value is 17 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #df11ad hue: 0.87 , saturation: 0.86 and the lightness value of df11ad is 0.47.

The process color (four color CMYK) of #df11ad color hex is 0.00, 0.92, 0.22, 0.13. Web safe color of #df11ad is #cc0099. Color #df11ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010001 10101101
Octal 337 21 255
Decimal 223 17 173
Hex DF 11 AD

RGB Percentages of Color #df11ad

%54.00
%4.12
%41.89

CMYK Percentages of Color #df11ad

%0
%92
%22
%13

Triadic Colors of #df11ad

#df11ad #addf11 #11addf

Analogous Colors of #df11ad

#df11ad #df1146 #aa11df

Monochromatic Colors of #df11ad

#df11ad

Complementary Color

#df11ad #11df43

#df11ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df11ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#df11ad Color CSS Codes

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

#df11ad Text Font Color

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

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


#df11ad Background Color

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

This div background color is #df11ad


#df11ad Border Color

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

This div border color is #df11ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,17,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #df11ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df11ad


Comments

No comments written yet.

Please login to write comment.