Color Hex Logo

#ea3107 Color Hex

#EA3107
(234,49,7)
0 Favorites   0 Comments

Color spaces of #ea3107

RGB 234497
HSL0.030.940.47
HSV11°97°92°
CMYK 0.000.790.97   0.08
XYZ35.068319.70442.1560
Yxy19.70440.61600.3461
Hunter Lab44.389663.335128.1930
CIE-Lab51.501367.661262.2739

#ea3107 color RGB value is (234,49,7).

#ea3107 hex color red value is 234, green value is 49 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #ea3107 hue: 0.03 , saturation: 0.94 and the lightness value of ea3107 is 0.47.

The process color (four color CMYK) of #ea3107 color hex is 0.00, 0.79, 0.97, 0.08. Web safe color of #ea3107 is #ff3300. Color #ea3107 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110001 00000111
Octal 352 61 7
Decimal 234 49 7
Hex EA 31 7

RGB Percentages of Color #ea3107

%80.69
%16.90
%2.41

CMYK Percentages of Color #ea3107

%0
%79
%97
%8

Triadic Colors of #ea3107

#ea3107 #07ea31 #3107ea

Analogous Colors of #ea3107

#ea3107 #eaa307 #ea074f

Monochromatic Colors of #ea3107

#ea3107

Complementary Color

#ea3107 #07c0ea

#ea3107 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea3107 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea3107 Color CSS Codes

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

#ea3107 Text Font Color

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

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


#ea3107 Background Color

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

This div background color is #ea3107


#ea3107 Border Color

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

This div border color is #ea3107


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea3107


Comments

No comments written yet.

Please login to write comment.