Color Hex Logo

#df651f Color Hex

#DF651F
(223,101,31)
0 Favorites   0 Comments

Color spaces of #df651f

RGB 22310131
HSL0.060.760.50
HSV22°86°87°
CMYK 0.000.550.86   0.13
XYZ35.332425.09434.2778
Yxy25.09430.54610.3878
Hunter Lab50.094238.234630.0029
CIE-Lab57.167244.137558.1595

#df651f color RGB value is (223,101,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100101 00011111
Octal 337 145 37
Decimal 223 101 31
Hex DF 65 1F

RGB Percentages of Color #df651f

%62.82
%28.45
%8.73

CMYK Percentages of Color #df651f

%0
%55
%86
%13

Triadic Colors of #df651f

#df651f #1fdf65 #651fdf

Analogous Colors of #df651f

#df651f #dfc51f #df1f39

Monochromatic Colors of #df651f

#df651f

Complementary Color

#df651f #1f99df

#df651f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df651f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df651f Color CSS Codes

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

#df651f Text Font Color

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

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


#df651f Background Color

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

This div background color is #df651f


#df651f Border Color

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

This div border color is #df651f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df651f


Comments

No comments written yet.

Please login to write comment.