Color Hex Logo

#e0611c Color Hex

#E0611C
(224,97,28)
0 Favorites   0 Comments

Color spaces of #e0611c

RGB 2249728
HSL0.060.780.49
HSV21°88°88°
CMYK 0.000.570.88   0.12
XYZ35.224824.48053.9673
Yxy24.48050.55320.3845
Hunter Lab49.477840.493729.8804
CIE-Lab56.565746.364758.8090

#e0611c color RGB value is (224,97,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100001 00011100
Octal 340 141 34
Decimal 224 97 28
Hex E0 61 1C

RGB Percentages of Color #e0611c

%64.18
%27.79
%8.02

CMYK Percentages of Color #e0611c

%0
%57
%88
%12

Triadic Colors of #e0611c

#e0611c #1ce061 #611ce0

Analogous Colors of #e0611c

#e0611c #e0c31c #e01c39

Monochromatic Colors of #e0611c

#e0611c

Complementary Color

#e0611c #1c9be0

#e0611c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0611c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0611c Color CSS Codes

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

#e0611c Text Font Color

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

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


#e0611c Background Color

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

This div background color is #e0611c


#e0611c Border Color

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

This div border color is #e0611c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,97,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0611c


Comments

No comments written yet.

Please login to write comment.