Color Hex Logo

#df394f Color Hex

#DF394F
(223,57,79)
0 Favorites   0 Comments

Color spaces of #df394f

RGB 2235779
HSL0.980.720.55
HSV352°74°87°
CMYK 0.000.740.65   0.13
XYZ33.305819.17879.3436
Yxy19.17870.53870.3102
Hunter Lab43.793559.114118.0056
CIE-Lab50.895664.160627.1211

#df394f color RGB value is (223,57,79).

#df394f hex color red value is 223, green value is 57 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #df394f hue: 0.98 , saturation: 0.72 and the lightness value of df394f is 0.55.

The process color (four color CMYK) of #df394f color hex is 0.00, 0.74, 0.65, 0.13. Web safe color of #df394f is #cc3366. Color #df394f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00111001 01001111
Octal 337 71 117
Decimal 223 57 79
Hex DF 39 4F

RGB Percentages of Color #df394f

%62.12
%15.88
%22.01

CMYK Percentages of Color #df394f

%0
%74
%65
%13

Triadic Colors of #df394f

#df394f #4fdf39 #394fdf

Analogous Colors of #df394f

#df394f #df7639 #df39a2

Monochromatic Colors of #df394f

#df394f

Complementary Color

#df394f #39dfc9

#df394f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df394f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df394f Color CSS Codes

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

#df394f Text Font Color

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

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


#df394f Background Color

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

This div background color is #df394f


#df394f Border Color

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

This div border color is #df394f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df394f


Comments

No comments written yet.

Please login to write comment.