Color Hex Logo

#df731f Color Hex

#DF731F
(223,115,31)
0 Favorites   0 Comments

Color spaces of #df731f

RGB 22311531
HSL0.070.760.50
HSV26°86°87°
CMYK 0.000.480.86   0.13
XYZ36.809528.04844.7701
Yxy28.04840.52870.4028
Hunter Lab52.960731.382231.7324
CIE-Lab59.932437.159960.4131

#df731f color RGB value is (223,115,31).

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

The process color (four color CMYK) of #df731f color hex is 0.00, 0.48, 0.86, 0.13. Web safe color of #df731f is #cc6633. Color #df731f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110011 00011111
Octal 337 163 37
Decimal 223 115 31
Hex DF 73 1F

RGB Percentages of Color #df731f

%60.43
%31.17
%8.40

CMYK Percentages of Color #df731f

%0
%48
%86
%13

Triadic Colors of #df731f

#df731f #1fdf73 #731fdf

Analogous Colors of #df731f

#df731f #dfd31f #df1f2b

Monochromatic Colors of #df731f

#df731f

Complementary Color

#df731f #1f8bdf

#df731f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df731f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df731f Color CSS Codes

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

#df731f Text Font Color

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

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


#df731f Background Color

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

This div background color is #df731f


#df731f Border Color

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

This div border color is #df731f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df731f


Comments

No comments written yet.

Please login to write comment.