Color Hex Logo

#e4462a Color Hex

#E4462A
(228,70,42)
0 Favorites   0 Comments

Color spaces of #e4462a

RGB 2287042
HSL0.030.780.53
HSV82°89°
CMYK 0.000.690.82   0.11
XYZ34.603021.04154.4281
Yxy21.04150.57600.3503
Hunter Lab45.871054.378026.3862
CIE-Lab52.994959.630450.1788

#e4462a color RGB value is (228,70,42).

#e4462a hex color red value is 228, green value is 70 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #e4462a hue: 0.03 , saturation: 0.78 and the lightness value of e4462a is 0.53.

The process color (four color CMYK) of #e4462a color hex is 0.00, 0.69, 0.82, 0.11. Web safe color of #e4462a is #cc3333. Color #e4462a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000110 00101010
Octal 344 106 52
Decimal 228 70 42
Hex E4 46 2A

RGB Percentages of Color #e4462a

%67.06
%20.59
%12.35

CMYK Percentages of Color #e4462a

%0
%69
%82
%11

Triadic Colors of #e4462a

#e4462a #2ae446 #462ae4

Analogous Colors of #e4462a

#e4462a #e4a32a #e42a6b

Monochromatic Colors of #e4462a

#e4462a

Complementary Color

#e4462a #2ac8e4

#e4462a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4462a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4462a Color CSS Codes

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

#e4462a Text Font Color

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

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


#e4462a Background Color

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

This div background color is #e4462a


#e4462a Border Color

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

This div border color is #e4462a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,70,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e4462a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e4462a;
  -webkit-box-shadow: 1px 1px 3px 2px #e4462a;
  box-shadow:         1px 1px 3px 2px #e4462a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,70,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4462a


Comments

No comments written yet.

Please login to write comment.