Color Hex Logo

#df473e Color Hex

#DF473E
(223,71,62)
0 Favorites   0 Comments

Color spaces of #df473e

RGB 2237162
HSL0.010.720.56
HSV72°87°
CMYK 0.000.680.72   0.13
XYZ33.554220.54236.7540
Yxy20.54230.55140.3376
Hunter Lab45.323652.831722.8913
CIE-Lab52.444958.356938.8379

#df473e color RGB value is (223,71,62).

#df473e hex color red value is 223, green value is 71 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #df473e hue: 0.01 , saturation: 0.72 and the lightness value of df473e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000111 00111110
Octal 337 107 76
Decimal 223 71 62
Hex DF 47 3E

RGB Percentages of Color #df473e

%62.64
%19.94
%17.42

CMYK Percentages of Color #df473e

%0
%68
%72
%13

Triadic Colors of #df473e

#df473e #3edf47 #473edf

Analogous Colors of #df473e

#df473e #df983e #df3e86

Monochromatic Colors of #df473e

#df473e

Complementary Color

#df473e #3ed6df

#df473e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df473e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df473e Color CSS Codes

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

#df473e Text Font Color

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

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


#df473e Background Color

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

This div background color is #df473e


#df473e Border Color

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

This div border color is #df473e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df473e


Comments

No comments written yet.

Please login to write comment.