Color Hex Logo

#df119f Color Hex

#DF119F
(223,17,159)
0 Favorites   0 Comments

Color spaces of #df119f

RGB 22317159
HSL0.890.860.47
HSV319°92°87°
CMYK 0.000.920.29   0.13
XYZ36.889918.592134.4452
Yxy18.59210.41020.2067
Hunter Lab43.118677.2574-17.1807
CIE-Lab50.206579.3471-22.1269

#df119f color RGB value is (223,17,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010001 10011111
Octal 337 21 237
Decimal 223 17 159
Hex DF 11 9F

RGB Percentages of Color #df119f

%55.89
%4.26
%39.85

CMYK Percentages of Color #df119f

%0
%92
%29
%13

Triadic Colors of #df119f

#df119f #9fdf11 #119fdf

Analogous Colors of #df119f

#df119f #df1138 #b811df

Monochromatic Colors of #df119f

#df119f

Complementary Color

#df119f #11df51

#df119f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df119f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df119f Color CSS Codes

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

#df119f Text Font Color

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

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


#df119f Background Color

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

This div background color is #df119f


#df119f Border Color

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

This div border color is #df119f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df119f


Comments

No comments written yet.

Please login to write comment.