Color Hex Logo

#e42e3a Color Hex

#E42E3A
(228,46,58)
0 Favorites   0 Comments

Color spaces of #e42e3a

RGB 2284658
HSL0.990.770.54
HSV356°80°89°
CMYK 0.000.800.75   0.11
XYZ33.735618.75355.8447
Yxy18.75350.57830.3215
Hunter Lab43.305363.270322.3116
CIE-Lab50.397667.817339.0335

#e42e3a color RGB value is (228,46,58).

#e42e3a hex color red value is 228, green value is 46 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #e42e3a hue: 0.99 , saturation: 0.77 and the lightness value of e42e3a is 0.54.

The process color (four color CMYK) of #e42e3a color hex is 0.00, 0.80, 0.75, 0.11. Web safe color of #e42e3a is #cc3333. Color #e42e3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00101110 00111010
Octal 344 56 72
Decimal 228 46 58
Hex E4 2E 3A

RGB Percentages of Color #e42e3a

%68.67
%13.86
%17.47

CMYK Percentages of Color #e42e3a

%0
%80
%75
%11

Triadic Colors of #e42e3a

#e42e3a #3ae42e #2e3ae4

Analogous Colors of #e42e3a

#e42e3a #e47d2e #e42e95

Monochromatic Colors of #e42e3a

#e42e3a

Complementary Color

#e42e3a #2ee4d8

#e42e3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42e3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42e3a Color CSS Codes

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

#e42e3a Text Font Color

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

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


#e42e3a Background Color

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

This div background color is #e42e3a


#e42e3a Border Color

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

This div border color is #e42e3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42e3a


Comments

No comments written yet.

Please login to write comment.