Color Hex Logo

#df4344 Color Hex

#DF4344
(223,67,68)
0 Favorites   0 Comments

Color spaces of #df4344

RGB 2236768
HSL1.000.710.57
HSV360°70°87°
CMYK 0.000.700.70   0.13
XYZ33.482020.11967.5876
Yxy20.11960.54720.3288
Hunter Lab44.854954.745621.3690
CIE-Lab51.972260.140934.8912

#df4344 color RGB value is (223,67,68).

#df4344 hex color red value is 223, green value is 67 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #df4344 hue: 1.00 , saturation: 0.71 and the lightness value of df4344 is 0.57.

The process color (four color CMYK) of #df4344 color hex is 0.00, 0.70, 0.70, 0.13. Web safe color of #df4344 is #cc3333. Color #df4344 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000011 01000100
Octal 337 103 104
Decimal 223 67 68
Hex DF 43 44

RGB Percentages of Color #df4344

%62.29
%18.72
%18.99

CMYK Percentages of Color #df4344

%0
%70
%70
%13

Triadic Colors of #df4344

#df4344 #44df43 #4344df

Analogous Colors of #df4344

#df4344 #df9043 #df4392

Monochromatic Colors of #df4344

#df4344

Complementary Color

#df4344 #43dfde

#df4344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4344 Color CSS Codes

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

#df4344 Text Font Color

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

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


#df4344 Background Color

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

This div background color is #df4344


#df4344 Border Color

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

This div border color is #df4344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4344


Comments

No comments written yet.

Please login to write comment.