Color Hex Logo

#e0641b Color Hex

#E0641B
(224,100,27)
0 Favorites   0 Comments

Color spaces of #e0641b

RGB 22410027
HSL0.060.780.49
HSV22°88°88°
CMYK 0.000.550.88   0.12
XYZ35.495525.04083.9994
Yxy25.04080.55000.3880
Hunter Lab50.040839.044330.2899
CIE-Lab57.115244.914159.5780

#e0641b color RGB value is (224,100,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100100 00011011
Octal 340 144 33
Decimal 224 100 27
Hex E0 64 1B

RGB Percentages of Color #e0641b

%63.82
%28.49
%7.69

CMYK Percentages of Color #e0641b

%0
%55
%88
%12

Triadic Colors of #e0641b

#e0641b #1be064 #641be0

Analogous Colors of #e0641b

#e0641b #e0c71b #e01b34

Monochromatic Colors of #e0641b

#e0641b

Complementary Color

#e0641b #1b97e0

#e0641b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0641b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0641b Color CSS Codes

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

#e0641b Text Font Color

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

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


#e0641b Background Color

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

This div background color is #e0641b


#e0641b Border Color

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

This div border color is #e0641b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0641b


Comments

No comments written yet.

Please login to write comment.