Color Hex Logo

#df118c Color Hex

#DF118C
(223,17,140)
0 Favorites   0 Comments

Color spaces of #df118c

RGB 22317140
HSL0.900.860.47
HSV324°92°87°
CMYK 0.000.920.37   0.13
XYZ35.365517.982326.4179
Yxy17.98230.44340.2254
Hunter Lab42.405574.6563-7.2527
CIE-Lab49.474677.4072-11.8538

#df118c color RGB value is (223,17,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010001 10001100
Octal 337 21 214
Decimal 223 17 140
Hex DF 11 8C

RGB Percentages of Color #df118c

%58.68
%4.47
%36.84

CMYK Percentages of Color #df118c

%0
%92
%37
%13

Triadic Colors of #df118c

#df118c #8cdf11 #118cdf

Analogous Colors of #df118c

#df118c #df1125 #cb11df

Monochromatic Colors of #df118c

#df118c

Complementary Color

#df118c #11df64

#df118c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df118c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df118c Color CSS Codes

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

#df118c Text Font Color

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

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


#df118c Background Color

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

This div background color is #df118c


#df118c Border Color

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

This div border color is #df118c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df118c


Comments

No comments written yet.

Please login to write comment.