Color Hex Logo

#e1771b Color Hex

#E1771B
(225,119,27)
0 Favorites   0 Comments

Color spaces of #e1771b

RGB 22511927
HSL0.080.790.49
HSV28°88°88°
CMYK 0.000.470.88   0.12
XYZ37.846029.28034.6939
Yxy29.28030.52700.4077
Hunter Lab54.111330.150132.7348
CIE-Lab61.028235.826062.6798

#e1771b color RGB value is (225,119,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110111 00011011
Octal 341 167 33
Decimal 225 119 27
Hex E1 77 1B

RGB Percentages of Color #e1771b

%60.65
%32.08
%7.28

CMYK Percentages of Color #e1771b

%0
%47
%88
%12

Triadic Colors of #e1771b

#e1771b #1be177 #771be1

Analogous Colors of #e1771b

#e1771b #e1da1b #e11b22

Monochromatic Colors of #e1771b

#e1771b

Complementary Color

#e1771b #1b85e1

#e1771b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1771b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1771b Color CSS Codes

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

#e1771b Text Font Color

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

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


#e1771b Background Color

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

This div background color is #e1771b


#e1771b Border Color

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

This div border color is #e1771b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,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 #e1771b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1771b


Comments

No comments written yet.

Please login to write comment.