Color Hex Logo

#ea301e Color Hex

#EA301E
(234,48,30)
0 Favorites   0 Comments

Color spaces of #ea301e

RGB 2344830
HSL0.010.830.52
HSV87°92°
CMYK 0.000.790.87   0.08
XYZ35.223019.70013.1743
Yxy19.70010.60630.3391
Hunter Lab44.384863.981126.8291
CIE-Lab51.496468.208954.8187

#ea301e color RGB value is (234,48,30).

#ea301e hex color red value is 234, green value is 48 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ea301e hue: 0.01 , saturation: 0.83 and the lightness value of ea301e is 0.52.

The process color (four color CMYK) of #ea301e color hex is 0.00, 0.79, 0.87, 0.08. Web safe color of #ea301e is #ff3333. Color #ea301e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110000 00011110
Octal 352 60 36
Decimal 234 48 30
Hex EA 30 1E

RGB Percentages of Color #ea301e

%75.00
%15.38
%9.62

CMYK Percentages of Color #ea301e

%0
%79
%87
%8

Triadic Colors of #ea301e

#ea301e #1eea30 #301eea

Analogous Colors of #ea301e

#ea301e #ea961e #ea1e72

Monochromatic Colors of #ea301e

#ea301e

Complementary Color

#ea301e #1ed8ea

#ea301e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea301e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea301e Color CSS Codes

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

#ea301e Text Font Color

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

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


#ea301e Background Color

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

This div background color is #ea301e


#ea301e Border Color

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

This div border color is #ea301e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea301e


Comments

No comments written yet.

Please login to write comment.