Color Hex Logo

#e2771b Color Hex

#E2771B
(226,119,27)
0 Favorites   0 Comments

Color spaces of #e2771b

RGB 22611927
HSL0.080.790.50
HSV28°88°89°
CMYK 0.000.470.88   0.11
XYZ38.158729.44154.7085
Yxy29.44150.52770.4072
Hunter Lab54.260030.576232.8370
CIE-Lab61.169336.228162.8505

#e2771b color RGB value is (226,119,27).

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

The process color (four color CMYK) of #e2771b color hex is 0.00, 0.47, 0.88, 0.11. Web safe color of #e2771b is #cc6633. Color #e2771b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110111 00011011
Octal 342 167 33
Decimal 226 119 27
Hex E2 77 1B

RGB Percentages of Color #e2771b

%60.75
%31.99
%7.26

CMYK Percentages of Color #e2771b

%0
%47
%88
%11

Triadic Colors of #e2771b

#e2771b #1be277 #771be2

Analogous Colors of #e2771b

#e2771b #e2db1b #e21b22

Monochromatic Colors of #e2771b

#e2771b

Complementary Color

#e2771b #1b86e2

#e2771b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2771b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2771b Color CSS Codes

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

#e2771b Text Font Color

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

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


#e2771b Background Color

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

This div background color is #e2771b


#e2771b Border Color

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

This div border color is #e2771b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2771b


Comments

No comments written yet.

Please login to write comment.