Color Hex Logo

#df324f Color Hex

#DF324F
(223,50,79)
0 Favorites   0 Comments

Color spaces of #df324f

RGB 2235079
HSL0.970.730.54
HSV350°78°87°
CMYK 0.000.780.65   0.13
XYZ32.983318.53379.2361
Yxy18.53370.54290.3051
Hunter Lab43.050861.418717.4155
CIE-Lab50.137166.288526.1530

#df324f color RGB value is (223,50,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110010 01001111
Octal 337 62 117
Decimal 223 50 79
Hex DF 32 4F

RGB Percentages of Color #df324f

%63.35
%14.20
%22.44

CMYK Percentages of Color #df324f

%0
%78
%65
%13

Triadic Colors of #df324f

#df324f #4fdf32 #324fdf

Analogous Colors of #df324f

#df324f #df6c32 #df32a6

Monochromatic Colors of #df324f

#df324f

Complementary Color

#df324f #32dfc2

#df324f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df324f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df324f Color CSS Codes

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

#df324f Text Font Color

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

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


#df324f Background Color

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

This div background color is #df324f


#df324f Border Color

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

This div border color is #df324f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df324f


Comments

No comments written yet.

Please login to write comment.