Color Hex Logo

#df650e Color Hex

#DF650E
(223,101,14)
0 Favorites   0 Comments

Color spaces of #df650e

RGB 22310114
HSL0.070.880.46
HSV25°94°87°
CMYK 0.000.550.94   0.13
XYZ35.164425.02703.3928
Yxy25.02700.55300.3936
Hunter Lab50.027037.921930.9979
CIE-Lab57.101743.848963.1019

#df650e color RGB value is (223,101,14).

#df650e hex color red value is 223, green value is 101 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #df650e hue: 0.07 , saturation: 0.88 and the lightness value of df650e is 0.46.

The process color (four color CMYK) of #df650e color hex is 0.00, 0.55, 0.94, 0.13. Web safe color of #df650e is #cc6600. Color #df650e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100101 00001110
Octal 337 145 16
Decimal 223 101 14
Hex DF 65 E

RGB Percentages of Color #df650e

%65.98
%29.88
%4.14

CMYK Percentages of Color #df650e

%0
%55
%94
%13

Triadic Colors of #df650e

#df650e #0edf65 #650edf

Analogous Colors of #df650e

#df650e #dfce0e #df0e20

Monochromatic Colors of #df650e

#df650e

Complementary Color

#df650e #0e88df

#df650e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df650e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df650e Color CSS Codes

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

#df650e Text Font Color

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

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


#df650e Background Color

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

This div background color is #df650e


#df650e Border Color

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

This div border color is #df650e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df650e


Comments

No comments written yet.

Please login to write comment.