Color Hex Logo

#de770e Color Hex

#DE770E
(222,119,14)
0 Favorites   0 Comments

Color spaces of #de770e

RGB 22211914
HSL0.080.880.46
HSV30°94°87°
CMYK 0.000.460.94   0.13
XYZ36.800328.75504.0261
Yxy28.75500.52890.4133
Hunter Lab53.623728.657633.0851
CIE-Lab60.564834.403965.3780

#de770e color RGB value is (222,119,14).

#de770e hex color red value is 222, green value is 119 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #de770e hue: 0.08 , saturation: 0.88 and the lightness value of de770e is 0.46.

The process color (four color CMYK) of #de770e color hex is 0.00, 0.46, 0.94, 0.13. Web safe color of #de770e is #cc6600. Color #de770e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110111 00001110
Octal 336 167 16
Decimal 222 119 14
Hex DE 77 E

RGB Percentages of Color #de770e

%62.54
%33.52
%3.94

CMYK Percentages of Color #de770e

%0
%46
%94
%13

Triadic Colors of #de770e

#de770e #0ede77 #770ede

Analogous Colors of #de770e

#de770e #ddde0e #de0f0e

Monochromatic Colors of #de770e

#de770e

Complementary Color

#de770e #0e75de

#de770e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de770e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de770e Color CSS Codes

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

#de770e Text Font Color

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

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


#de770e Background Color

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

This div background color is #de770e


#de770e Border Color

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

This div border color is #de770e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de770e


Comments

No comments written yet.

Please login to write comment.