Color Hex Logo

#de721f Color Hex

#DE721F
(222,114,31)
0 Favorites   0 Comments

Color spaces of #de721f

RGB 22211431
HSL0.070.750.50
HSV26°86°87°
CMYK 0.000.490.86   0.13
XYZ36.388827.66324.7179
Yxy27.66320.52910.4023
Hunter Lab52.595831.453831.4987
CIE-Lab59.583237.271460.0692

#de721f color RGB value is (222,114,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110010 00011111
Octal 336 162 37
Decimal 222 114 31
Hex DE 72 1F

RGB Percentages of Color #de721f

%60.49
%31.06
%8.45

CMYK Percentages of Color #de721f

%0
%49
%86
%13

Triadic Colors of #de721f

#de721f #1fde72 #721fde

Analogous Colors of #de721f

#de721f #ded21f #de1f2b

Monochromatic Colors of #de721f

#de721f

Complementary Color

#de721f #1f8bde

#de721f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de721f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de721f Color CSS Codes

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

#de721f Text Font Color

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

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


#de721f Background Color

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

This div background color is #de721f


#de721f Border Color

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

This div border color is #de721f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de721f


Comments

No comments written yet.

Please login to write comment.