Color Hex Logo

#ea2b18 Color Hex

#EA2B18
(234,43,24)
0 Favorites   0 Comments

Color spaces of #ea2b18

RGB 2344324
HSL0.020.830.51
HSV90°92°
CMYK 0.000.820.90   0.08
XYZ34.960419.28612.7441
Yxy19.28610.61340.3384
Hunter Lab43.915965.246627.0364
CIE-Lab51.020369.366656.9145

#ea2b18 color RGB value is (234,43,24).

#ea2b18 hex color red value is 234, green value is 43 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #ea2b18 hue: 0.02 , saturation: 0.83 and the lightness value of ea2b18 is 0.51.

The process color (four color CMYK) of #ea2b18 color hex is 0.00, 0.82, 0.90, 0.08. Web safe color of #ea2b18 is #ff3300. Color #ea2b18 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00101011 00011000
Octal 352 53 30
Decimal 234 43 24
Hex EA 2B 18

RGB Percentages of Color #ea2b18

%77.74
%14.29
%7.97

CMYK Percentages of Color #ea2b18

%0
%82
%90
%8

Triadic Colors of #ea2b18

#ea2b18 #18ea2b #2b18ea

Analogous Colors of #ea2b18

#ea2b18 #ea9418 #ea186e

Monochromatic Colors of #ea2b18

#ea2b18

Complementary Color

#ea2b18 #18d7ea

#ea2b18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea2b18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea2b18 Color CSS Codes

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

#ea2b18 Text Font Color

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

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


#ea2b18 Background Color

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

This div background color is #ea2b18


#ea2b18 Border Color

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

This div border color is #ea2b18


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,43,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ea2b18; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ea2b18;
  -webkit-box-shadow: 1px 1px 3px 2px #ea2b18;
  box-shadow:         1px 1px 3px 2px #ea2b18; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,43,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea2b18


Comments

No comments written yet.

Please login to write comment.