Color Hex Logo

#ea092d Color Hex

#EA092D
(234,9,45)
0 Favorites   0 Comments

Color spaces of #ea092d

RGB 234945
HSL0.970.930.48
HSV350°96°92°
CMYK 0.000.960.81   0.08
XYZ34.503017.87734.1148
Yxy17.87730.61070.3164
Hunter Lab42.281671.668623.8270
CIE-Lab49.346975.010045.5511

#ea092d color RGB value is (234,9,45).

#ea092d hex color red value is 234, green value is 9 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ea092d hue: 0.97 , saturation: 0.93 and the lightness value of ea092d is 0.48.

The process color (four color CMYK) of #ea092d color hex is 0.00, 0.96, 0.81, 0.08. Web safe color of #ea092d is #ff0033. Color #ea092d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00001001 00101101
Octal 352 11 55
Decimal 234 9 45
Hex EA 9 2D

RGB Percentages of Color #ea092d

%81.25
%3.13
%15.63

CMYK Percentages of Color #ea092d

%0
%96
%81
%8

Triadic Colors of #ea092d

#ea092d #2dea09 #092dea

Analogous Colors of #ea092d

#ea092d #ea5509 #ea099e

Monochromatic Colors of #ea092d

#ea092d

Complementary Color

#ea092d #09eac6

#ea092d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea092d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea092d Color CSS Codes

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

#ea092d Text Font Color

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

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


#ea092d Background Color

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

This div background color is #ea092d


#ea092d Border Color

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

This div border color is #ea092d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea092d


Comments

No comments written yet.

Please login to write comment.