Color Hex Logo

#de601e Color Hex

#DE601E
(222,96,30)
0 Favorites   0 Comments

Color spaces of #de601e

RGB 2229630
HSL0.060.760.49
HSV21°86°87°
CMYK 0.000.570.86   0.13
XYZ34.541423.98914.0381
Yxy23.98910.55210.3834
Hunter Lab48.978740.171529.3968
CIE-Lab56.076946.133957.5741

#de601e color RGB value is (222,96,30).

#de601e hex color red value is 222, green value is 96 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #de601e hue: 0.06 , saturation: 0.76 and the lightness value of de601e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100000 00011110
Octal 336 140 36
Decimal 222 96 30
Hex DE 60 1E

RGB Percentages of Color #de601e

%63.79
%27.59
%8.62

CMYK Percentages of Color #de601e

%0
%57
%86
%13

Triadic Colors of #de601e

#de601e #1ede60 #601ede

Analogous Colors of #de601e

#de601e #dec01e #de1e3c

Monochromatic Colors of #de601e

#de601e

Complementary Color

#de601e #1e9cde

#de601e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de601e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de601e Color CSS Codes

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

#de601e Text Font Color

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

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


#de601e Background Color

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

This div background color is #de601e


#de601e Border Color

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

This div border color is #de601e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,96,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de601e


Comments

No comments written yet.

Please login to write comment.