Color Hex Logo

#de702e Color Hex

#DE702E
(222,112,46)
0 Favorites   0 Comments

Color spaces of #de702e

RGB 22211246
HSL0.060.730.53
HSV23°79°87°
CMYK 0.000.500.79   0.13
XYZ36.411527.31525.9380
Yxy27.31520.52270.3921
Hunter Lab52.263932.896329.8485
CIE-Lab59.265038.718753.9228

#de702e color RGB value is (222,112,46).

#de702e hex color red value is 222, green value is 112 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #de702e hue: 0.06 , saturation: 0.73 and the lightness value of de702e is 0.53.

The process color (four color CMYK) of #de702e color hex is 0.00, 0.50, 0.79, 0.13. Web safe color of #de702e is #cc6633. Color #de702e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110000 00101110
Octal 336 160 56
Decimal 222 112 46
Hex DE 70 2E

RGB Percentages of Color #de702e

%58.42
%29.47
%12.11

CMYK Percentages of Color #de702e

%0
%50
%79
%13

Triadic Colors of #de702e

#de702e #2ede70 #702ede

Analogous Colors of #de702e

#de702e #dec82e #de2e44

Monochromatic Colors of #de702e

#de702e

Complementary Color

#de702e #2e9cde

#de702e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de702e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de702e Color CSS Codes

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

#de702e Text Font Color

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

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


#de702e Background Color

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

This div background color is #de702e


#de702e Border Color

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

This div border color is #de702e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de702e


Comments

No comments written yet.

Please login to write comment.