Color Hex Logo

#de611e Color Hex

#DE611E
(222,97,30)
0 Favorites   0 Comments

Color spaces of #de611e

RGB 2229730
HSL0.060.760.49
HSV21°86°87°
CMYK 0.000.560.86   0.13
XYZ34.633224.17274.0687
Yxy24.17270.55080.3845
Hunter Lab49.165739.698529.5095
CIE-Lab56.260345.659257.7223

#de611e color RGB value is (222,97,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100001 00011110
Octal 336 141 36
Decimal 222 97 30
Hex DE 61 1E

RGB Percentages of Color #de611e

%63.61
%27.79
%8.60

CMYK Percentages of Color #de611e

%0
%56
%86
%13

Triadic Colors of #de611e

#de611e #1ede61 #611ede

Analogous Colors of #de611e

#de611e #dec11e #de1e3b

Monochromatic Colors of #de611e

#de611e

Complementary Color

#de611e #1e9bde

#de611e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de611e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de611e Color CSS Codes

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

#de611e Text Font Color

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

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


#de611e Background Color

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

This div background color is #de611e


#de611e Border Color

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

This div border color is #de611e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de611e


Comments

No comments written yet.

Please login to write comment.