Color Hex Logo

#ea3813 Color Hex

#EA3813
(234,56,19)
0 Favorites   0 Comments

Color spaces of #ea3813

RGB 2345619
HSL0.030.850.50
HSV10°92°92°
CMYK 0.000.760.92   0.08
XYZ35.463420.36782.6783
Yxy20.36780.60610.3481
Hunter Lab45.130761.285428.0729
CIE-Lab52.250565.773759.5082

#ea3813 color RGB value is (234,56,19).

#ea3813 hex color red value is 234, green value is 56 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #ea3813 hue: 0.03 , saturation: 0.85 and the lightness value of ea3813 is 0.50.

The process color (four color CMYK) of #ea3813 color hex is 0.00, 0.76, 0.92, 0.08. Web safe color of #ea3813 is #ff3300. Color #ea3813 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00111000 00010011
Octal 352 70 23
Decimal 234 56 19
Hex EA 38 13

RGB Percentages of Color #ea3813

%75.73
%18.12
%6.15

CMYK Percentages of Color #ea3813

%0
%76
%92
%8

Triadic Colors of #ea3813

#ea3813 #13ea38 #3813ea

Analogous Colors of #ea3813

#ea3813 #eaa413 #ea135a

Monochromatic Colors of #ea3813

#ea3813

Complementary Color

#ea3813 #13c5ea

#ea3813 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea3813 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea3813 Color CSS Codes

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

#ea3813 Text Font Color

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

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


#ea3813 Background Color

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

This div background color is #ea3813


#ea3813 Border Color

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

This div border color is #ea3813


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea3813


Comments

No comments written yet.

Please login to write comment.