Color Hex Logo

#de440e Color Hex

#DE440E
(222,68,14)
0 Favorites   0 Comments

Color spaces of #de440e

RGB 2226814
HSL0.040.880.46
HSV16°94°87°
CMYK 0.000.690.94   0.13
XYZ32.270619.69552.5162
Yxy19.69550.59230.3615
Hunter Lab44.379652.131827.7042
CIE-Lab51.491257.902959.3969

#de440e color RGB value is (222,68,14).

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

The process color (four color CMYK) of #de440e color hex is 0.00, 0.69, 0.94, 0.13. Web safe color of #de440e is #cc3300. Color #de440e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01000100 00001110
Octal 336 104 16
Decimal 222 68 14
Hex DE 44 E

RGB Percentages of Color #de440e

%73.03
%22.37
%4.61

CMYK Percentages of Color #de440e

%0
%69
%94
%13

Triadic Colors of #de440e

#de440e #0ede44 #440ede

Analogous Colors of #de440e

#de440e #deac0e #de0e40

Monochromatic Colors of #de440e

#de440e

Complementary Color

#de440e #0ea8de

#de440e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de440e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de440e Color CSS Codes

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

#de440e Text Font Color

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

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


#de440e Background Color

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

This div background color is #de440e


#de440e Border Color

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

This div border color is #de440e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de440e


Comments

No comments written yet.

Please login to write comment.