Color Hex Logo

#e24138 Color Hex

#E24138
(226,65,56)
0 Favorites   0 Comments

Color spaces of #e24138

RGB 2266556
HSL0.010.750.55
HSV75°89°
CMYK 0.000.710.75   0.11
XYZ33.968120.23495.8568
Yxy20.23490.56560.3369
Hunter Lab44.983256.069823.7687
CIE-Lab52.101861.283041.9198

#e24138 color RGB value is (226,65,56).

#e24138 hex color red value is 226, green value is 65 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #e24138 hue: 0.01 , saturation: 0.75 and the lightness value of e24138 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000001 00111000
Octal 342 101 70
Decimal 226 65 56
Hex E2 41 38

RGB Percentages of Color #e24138

%65.13
%18.73
%16.14

CMYK Percentages of Color #e24138

%0
%71
%75
%11

Triadic Colors of #e24138

#e24138 #38e241 #4138e2

Analogous Colors of #e24138

#e24138 #e29638 #e23884

Monochromatic Colors of #e24138

#e24138

Complementary Color

#e24138 #38d9e2

#e24138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24138 Color CSS Codes

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

#e24138 Text Font Color

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

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


#e24138 Background Color

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

This div background color is #e24138


#e24138 Border Color

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

This div border color is #e24138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24138


Comments

No comments written yet.

Please login to write comment.