Color Hex Logo

#df199c Color Hex

#DF199C
(223,25,156)
0 Favorites   0 Comments

Color spaces of #df199c

RGB 22325156
HSL0.890.800.49
HSV320°89°87°
CMYK 0.000.890.30   0.13
XYZ36.779818.783533.1396
Yxy18.78350.41460.2118
Hunter Lab43.339975.6365-14.9978
CIE-Lab50.432978.0080-19.9925

#df199c color RGB value is (223,25,156).

#df199c hex color red value is 223, green value is 25 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #df199c hue: 0.89 , saturation: 0.80 and the lightness value of df199c is 0.49.

The process color (four color CMYK) of #df199c color hex is 0.00, 0.89, 0.30, 0.13. Web safe color of #df199c is #cc0099. Color #df199c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00011001 10011100
Octal 337 31 234
Decimal 223 25 156
Hex DF 19 9C

RGB Percentages of Color #df199c

%55.20
%6.19
%38.61

CMYK Percentages of Color #df199c

%0
%89
%30
%13

Triadic Colors of #df199c

#df199c #9cdf19 #199cdf

Analogous Colors of #df199c

#df199c #df1939 #bf19df

Monochromatic Colors of #df199c

#df199c

Complementary Color

#df199c #19df5c

#df199c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df199c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df199c Color CSS Codes

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

#df199c Text Font Color

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

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


#df199c Background Color

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

This div background color is #df199c


#df199c Border Color

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

This div border color is #df199c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df199c


Comments

No comments written yet.

Please login to write comment.