Color Hex Logo

#e1611b Color Hex

#E1611B
(225,97,27)
0 Favorites   0 Comments

Color spaces of #e1611b

RGB 2259727
HSL0.060.790.49
HSV21°88°88°
CMYK 0.000.570.88   0.12
XYZ35.523924.63613.9198
Yxy24.63610.55440.3845
Hunter Lab49.634840.892730.0620
CIE-Lab56.719146.717159.3392

#e1611b color RGB value is (225,97,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100001 00011011
Octal 341 141 33
Decimal 225 97 27
Hex E1 61 1B

RGB Percentages of Color #e1611b

%64.47
%27.79
%7.74

CMYK Percentages of Color #e1611b

%0
%57
%88
%12

Triadic Colors of #e1611b

#e1611b #1be161 #611be1

Analogous Colors of #e1611b

#e1611b #e1c41b #e11b38

Monochromatic Colors of #e1611b

#e1611b

Complementary Color

#e1611b #1b9be1

#e1611b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1611b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1611b Color CSS Codes

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

#e1611b Text Font Color

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

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


#e1611b Background Color

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

This div background color is #e1611b


#e1611b Border Color

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

This div border color is #e1611b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1611b


Comments

No comments written yet.

Please login to write comment.