Color Hex Logo

#df640e Color Hex

#DF640E
(223,100,14)
0 Favorites   0 Comments

Color spaces of #df640e

RGB 22310014
HSL0.070.880.46
HSV25°94°87°
CMYK 0.000.550.94   0.13
XYZ35.067924.83403.3606
Yxy24.83400.55430.3926
Hunter Lab49.833738.401130.8853
CIE-Lab56.913344.332362.9768

#df640e color RGB value is (223,100,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100100 00001110
Octal 337 144 16
Decimal 223 100 14
Hex DF 64 E

RGB Percentages of Color #df640e

%66.17
%29.67
%4.15

CMYK Percentages of Color #df640e

%0
%55
%94
%13

Triadic Colors of #df640e

#df640e #0edf64 #640edf

Analogous Colors of #df640e

#df640e #dfcd0e #df0e21

Monochromatic Colors of #df640e

#df640e

Complementary Color

#df640e #0e89df

#df640e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df640e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df640e Color CSS Codes

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

#df640e Text Font Color

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

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


#df640e Background Color

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

This div background color is #df640e


#df640e Border Color

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

This div border color is #df640e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df640e


Comments

No comments written yet.

Please login to write comment.