Color Hex Logo

#e2770d Color Hex

#E2770D
(226,119,13)
0 Favorites   0 Comments

Color spaces of #e2770d

RGB 22611913
HSL0.080.890.47
HSV30°94°89°
CMYK 0.000.470.94   0.11
XYZ38.033529.39154.0493
Yxy29.39150.53210.4112
Hunter Lab54.213930.351433.5213
CIE-Lab61.125636.012766.2172

#e2770d color RGB value is (226,119,13).

#e2770d hex color red value is 226, green value is 119 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #e2770d hue: 0.08 , saturation: 0.89 and the lightness value of e2770d is 0.47.

The process color (four color CMYK) of #e2770d color hex is 0.00, 0.47, 0.94, 0.11. Web safe color of #e2770d is #cc6600. Color #e2770d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110111 00001101
Octal 342 167 15
Decimal 226 119 13
Hex E2 77 D

RGB Percentages of Color #e2770d

%63.13
%33.24
%3.63

CMYK Percentages of Color #e2770d

%0
%47
%94
%11

Triadic Colors of #e2770d

#e2770d #0de277 #770de2

Analogous Colors of #e2770d

#e2770d #e2e20d #e20d0d

Monochromatic Colors of #e2770d

#e2770d

Complementary Color

#e2770d #0d78e2

#e2770d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2770d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2770d Color CSS Codes

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

#e2770d Text Font Color

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

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


#e2770d Background Color

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

This div background color is #e2770d


#e2770d Border Color

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

This div border color is #e2770d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2770d


Comments

No comments written yet.

Please login to write comment.