Color Hex Logo

#df324e Color Hex

#DF324E
(223,50,78)
0 Favorites   0 Comments

Color spaces of #df324e

RGB 2235078
HSL0.970.730.54
HSV350°78°87°
CMYK 0.000.780.65   0.13
XYZ32.947218.51929.0458
Yxy18.51920.54450.3060
Hunter Lab43.033961.351917.6609
CIE-Lab50.119966.234626.7310

#df324e color RGB value is (223,50,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110010 01001110
Octal 337 62 116
Decimal 223 50 78
Hex DF 32 4E

RGB Percentages of Color #df324e

%63.53
%14.25
%22.22

CMYK Percentages of Color #df324e

%0
%78
%65
%13

Triadic Colors of #df324e

#df324e #4edf32 #324edf

Analogous Colors of #df324e

#df324e #df6d32 #df32a5

Monochromatic Colors of #df324e

#df324e

Complementary Color

#df324e #32dfc3

#df324e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df324e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df324e Color CSS Codes

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

#df324e Text Font Color

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

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


#df324e Background Color

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

This div background color is #df324e


#df324e Border Color

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

This div border color is #df324e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df324e


Comments

No comments written yet.

Please login to write comment.