Color Hex Logo

#df039f Color Hex

#DF039F
(223,3,159)
0 Favorites   0 Comments

Color spaces of #df039f

RGB 2233159
HSL0.880.970.44
HSV317°99°87°
CMYK 0.000.990.29   0.13
XYZ36.722018.256334.3892
Yxy18.25630.41090.2043
Hunter Lab42.727478.6387-17.8105
CIE-Lab49.805580.5215-22.7444

#df039f color RGB value is (223,3,159).

#df039f hex color red value is 223, green value is 3 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #df039f hue: 0.88 , saturation: 0.97 and the lightness value of df039f is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000011 10011111
Octal 337 3 237
Decimal 223 3 159
Hex DF 3 9F

RGB Percentages of Color #df039f

%57.92
%0.78
%41.30

CMYK Percentages of Color #df039f

%0
%99
%29
%13

Triadic Colors of #df039f

#df039f #9fdf03 #039fdf

Analogous Colors of #df039f

#df039f #df0331 #b103df

Monochromatic Colors of #df039f

#df039f

Complementary Color

#df039f #03df43

#df039f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df039f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df039f Color CSS Codes

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

#df039f Text Font Color

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

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


#df039f Background Color

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

This div background color is #df039f


#df039f Border Color

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

This div border color is #df039f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df039f


Comments

No comments written yet.

Please login to write comment.