Color Hex Logo

#df481f Color Hex

#DF481F
(223,72,31)
0 Favorites   0 Comments

Color spaces of #df481f

RGB 2237231
HSL0.040.760.50
HSV13°86°87°
CMYK 0.000.680.86   0.13
XYZ32.996120.42163.4990
Yxy20.42160.57970.3588
Hunter Lab45.190351.250527.0425
CIE-Lab52.310656.965754.1914

#df481f color RGB value is (223,72,31).

#df481f hex color red value is 223, green value is 72 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #df481f hue: 0.04 , saturation: 0.76 and the lightness value of df481f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001000 00011111
Octal 337 110 37
Decimal 223 72 31
Hex DF 48 1F

RGB Percentages of Color #df481f

%68.40
%22.09
%9.51

CMYK Percentages of Color #df481f

%0
%68
%86
%13

Triadic Colors of #df481f

#df481f #1fdf48 #481fdf

Analogous Colors of #df481f

#df481f #dfa81f #df1f56

Monochromatic Colors of #df481f

#df481f

Complementary Color

#df481f #1fb6df

#df481f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df481f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df481f Color CSS Codes

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

#df481f Text Font Color

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

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


#df481f Background Color

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

This div background color is #df481f


#df481f Border Color

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

This div border color is #df481f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df481f


Comments

No comments written yet.

Please login to write comment.