Color Hex Logo

#e24128 Color Hex

#E24128
(226,65,40)
0 Favorites   0 Comments

Color spaces of #e24128

RGB 2266540
HSL0.020.760.52
HSV82°89°
CMYK 0.000.710.82   0.11
XYZ33.637320.10254.1148
Yxy20.10250.58140.3475
Hunter Lab44.835855.453925.9437
CIE-Lab51.952960.769050.0442

#e24128 color RGB value is (226,65,40).

#e24128 hex color red value is 226, green value is 65 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #e24128 hue: 0.02 , saturation: 0.76 and the lightness value of e24128 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000001 00101000
Octal 342 101 50
Decimal 226 65 40
Hex E2 41 28

RGB Percentages of Color #e24128

%68.28
%19.64
%12.08

CMYK Percentages of Color #e24128

%0
%71
%82
%11

Triadic Colors of #e24128

#e24128 #28e241 #4128e2

Analogous Colors of #e24128

#e24128 #e29e28 #e2286c

Monochromatic Colors of #e24128

#e24128

Complementary Color

#e24128 #28c9e2

#e24128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24128 Color CSS Codes

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

#e24128 Text Font Color

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

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


#e24128 Background Color

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

This div background color is #e24128


#e24128 Border Color

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

This div border color is #e24128


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,65,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e24128; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e24128;
  -webkit-box-shadow: 1px 1px 3px 2px #e24128;
  box-shadow:         1px 1px 3px 2px #e24128; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,65,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24128


Comments

No comments written yet.

Please login to write comment.