Color Hex Logo

#ea381a Color Hex

#EA381A
(234,56,26)
0 Favorites   0 Comments

Color spaces of #ea381a

RGB 2345626
HSL0.020.830.51
HSV89°92°
CMYK 0.000.760.89   0.08
XYZ35.532320.39543.0412
Yxy20.39540.60260.3459
Hunter Lab45.161361.409327.6202
CIE-Lab52.281365.873857.0447

#ea381a color RGB value is (234,56,26).

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

The process color (four color CMYK) of #ea381a color hex is 0.00, 0.76, 0.89, 0.08. Web safe color of #ea381a is #ff3333. Color #ea381a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00111000 00011010
Octal 352 70 32
Decimal 234 56 26
Hex EA 38 1A

RGB Percentages of Color #ea381a

%74.05
%17.72
%8.23

CMYK Percentages of Color #ea381a

%0
%76
%89
%8

Triadic Colors of #ea381a

#ea381a #1aea38 #381aea

Analogous Colors of #ea381a

#ea381a #eaa01a #ea1a64

Monochromatic Colors of #ea381a

#ea381a

Complementary Color

#ea381a #1accea

#ea381a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea381a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea381a Color CSS Codes

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

#ea381a Text Font Color

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

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


#ea381a Background Color

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

This div background color is #ea381a


#ea381a Border Color

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

This div border color is #ea381a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea381a


Comments

No comments written yet.

Please login to write comment.