Color Hex Logo

#df344f Color Hex

#DF344F
(223,52,79)
0 Favorites   0 Comments

Color spaces of #df344f

RGB 2235279
HSL0.970.730.54
HSV351°77°87°
CMYK 0.000.770.65   0.13
XYZ33.070718.70859.2652
Yxy18.70850.54170.3065
Hunter Lab43.253360.784517.5769
CIE-Lab50.344465.705226.4182

#df344f color RGB value is (223,52,79).

#df344f hex color red value is 223, green value is 52 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #df344f hue: 0.97 , saturation: 0.73 and the lightness value of df344f is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110100 01001111
Octal 337 64 117
Decimal 223 52 79
Hex DF 34 4F

RGB Percentages of Color #df344f

%62.99
%14.69
%22.32

CMYK Percentages of Color #df344f

%0
%77
%65
%13

Triadic Colors of #df344f

#df344f #4fdf34 #344fdf

Analogous Colors of #df344f

#df344f #df6f34 #df34a5

Monochromatic Colors of #df344f

#df344f

Complementary Color

#df344f #34dfc4

#df344f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df344f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df344f Color CSS Codes

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

#df344f Text Font Color

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

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


#df344f Background Color

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

This div background color is #df344f


#df344f Border Color

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

This div border color is #df344f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df344f


Comments

No comments written yet.

Please login to write comment.