Color Hex Logo

#ea2114 Color Hex

#EA2114
(234,33,20)
0 Favorites   0 Comments

Color spaces of #ea2114

RGB 2343320
HSL0.010.840.50
HSV91°92°
CMYK 0.000.860.91   0.08
XYZ34.601818.63062.4342
Yxy18.63060.62160.3347
Hunter Lab43.163267.559126.8705
CIE-Lab50.252271.448257.8864

#ea2114 color RGB value is (234,33,20).

#ea2114 hex color red value is 234, green value is 33 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #ea2114 hue: 0.01 , saturation: 0.84 and the lightness value of ea2114 is 0.50.

The process color (four color CMYK) of #ea2114 color hex is 0.00, 0.86, 0.91, 0.08. Web safe color of #ea2114 is #ff3300. Color #ea2114 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100001 00010100
Octal 352 41 24
Decimal 234 33 20
Hex EA 21 14

RGB Percentages of Color #ea2114

%81.53
%11.50
%6.97

CMYK Percentages of Color #ea2114

%0
%86
%91
%8

Triadic Colors of #ea2114

#ea2114 #14ea21 #2114ea

Analogous Colors of #ea2114

#ea2114 #ea8c14 #ea1472

Monochromatic Colors of #ea2114

#ea2114

Complementary Color

#ea2114 #14ddea

#ea2114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea2114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea2114 Color CSS Codes

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

#ea2114 Text Font Color

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

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


#ea2114 Background Color

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

This div background color is #ea2114


#ea2114 Border Color

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

This div border color is #ea2114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea2114


Comments

No comments written yet.

Please login to write comment.