Color Hex Logo

#df198c Color Hex

#DF198C
(223,25,140)
0 Favorites   0 Comments

Color spaces of #df198c

RGB 22325140
HSL0.900.800.49
HSV325°89°87°
CMYK 0.000.890.37   0.13
XYZ35.512718.276726.4670
Yxy18.27670.44250.2277
Hunter Lab42.751373.4620-6.7801
CIE-Lab49.830076.3737-11.3183

#df198c color RGB value is (223,25,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00011001 10001100
Octal 337 31 214
Decimal 223 25 140
Hex DF 19 8C

RGB Percentages of Color #df198c

%57.47
%6.44
%36.08

CMYK Percentages of Color #df198c

%0
%89
%37
%13

Triadic Colors of #df198c

#df198c #8cdf19 #198cdf

Analogous Colors of #df198c

#df198c #df1929 #cf19df

Monochromatic Colors of #df198c

#df198c

Complementary Color

#df198c #19df6c

#df198c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df198c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df198c Color CSS Codes

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

#df198c Text Font Color

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

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


#df198c Background Color

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

This div background color is #df198c


#df198c Border Color

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

This div border color is #df198c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df198c


Comments

No comments written yet.

Please login to write comment.