Color Hex Logo

#de6111 Color Hex

#DE6111
(222,97,17)
0 Favorites   0 Comments

Color spaces of #de6111

RGB 2229717
HSL0.070.860.47
HSV23°92°87°
CMYK 0.000.560.92   0.13
XYZ34.500124.11953.3675
Yxy24.11950.55660.3891
Hunter Lab49.111639.448030.3127
CIE-Lab56.207245.429861.7165

#de6111 color RGB value is (222,97,17).

#de6111 hex color red value is 222, green value is 97 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #de6111 hue: 0.07 , saturation: 0.86 and the lightness value of de6111 is 0.47.

The process color (four color CMYK) of #de6111 color hex is 0.00, 0.56, 0.92, 0.13. Web safe color of #de6111 is #cc6600. Color #de6111 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100001 00010001
Octal 336 141 21
Decimal 222 97 17
Hex DE 61 11

RGB Percentages of Color #de6111

%66.07
%28.87
%5.06

CMYK Percentages of Color #de6111

%0
%56
%92
%13

Triadic Colors of #de6111

#de6111 #11de61 #6111de

Analogous Colors of #de6111

#de6111 #dec811 #de1127

Monochromatic Colors of #de6111

#de6111

Complementary Color

#de6111 #118ede

#de6111 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de6111 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de6111 Color CSS Codes

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

#de6111 Text Font Color

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

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


#de6111 Background Color

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

This div background color is #de6111


#de6111 Border Color

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

This div border color is #de6111


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de6111


Comments

No comments written yet.

Please login to write comment.