Color Hex Logo

#df409f Color Hex

#DF409F
(223,64,159)
0 Favorites   0 Comments

Color spaces of #df409f

RGB 22364159
HSL0.900.710.56
HSV324°71°87°
CMYK 0.000.710.29   0.13
XYZ38.522821.858034.9895
Yxy21.85800.40390.2292
Hunter Lab46.752565.2621-11.6457
CIE-Lab53.876068.8342-16.5142

#df409f color RGB value is (223,64,159).

#df409f hex color red value is 223, green value is 64 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #df409f hue: 0.90 , saturation: 0.71 and the lightness value of df409f is 0.56.

The process color (four color CMYK) of #df409f color hex is 0.00, 0.71, 0.29, 0.13. Web safe color of #df409f is #cc3399. Color #df409f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000000 10011111
Octal 337 100 237
Decimal 223 64 159
Hex DF 40 9F

RGB Percentages of Color #df409f

%50.00
%14.35
%35.65

CMYK Percentages of Color #df409f

%0
%71
%29
%13

Triadic Colors of #df409f

#df409f #9fdf40 #409fdf

Analogous Colors of #df409f

#df409f #df4050 #d040df

Monochromatic Colors of #df409f

#df409f

Complementary Color

#df409f #40df80

#df409f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df409f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df409f Color CSS Codes

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

#df409f Text Font Color

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

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


#df409f Background Color

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

This div background color is #df409f


#df409f Border Color

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

This div border color is #df409f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df409f


Comments

No comments written yet.

Please login to write comment.