Color Hex Logo

#ea113d Color Hex

#EA113D
(234,17,61)
0 Favorites   0 Comments

Color spaces of #ea113d

RGB 2341761
HSL0.970.860.49
HSV348°93°92°
CMYK 0.000.930.74   0.08
XYZ34.974418.23026.0903
Yxy18.23020.58980.3074
Hunter Lab42.696871.495821.4306
CIE-Lab49.774174.785736.9163

#ea113d color RGB value is (234,17,61).

#ea113d hex color red value is 234, green value is 17 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ea113d hue: 0.97 , saturation: 0.86 and the lightness value of ea113d is 0.49.

The process color (four color CMYK) of #ea113d color hex is 0.00, 0.93, 0.74, 0.08. Web safe color of #ea113d is #ff0033. Color #ea113d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010001 00111101
Octal 352 21 75
Decimal 234 17 61
Hex EA 11 3D

RGB Percentages of Color #ea113d

%75.00
%5.45
%19.55

CMYK Percentages of Color #ea113d

%0
%93
%74
%8

Triadic Colors of #ea113d

#ea113d #3dea11 #113dea

Analogous Colors of #ea113d

#ea113d #ea5211 #ea11aa

Monochromatic Colors of #ea113d

#ea113d

Complementary Color

#ea113d #11eabe

#ea113d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea113d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea113d Color CSS Codes

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

#ea113d Text Font Color

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

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


#ea113d Background Color

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

This div background color is #ea113d


#ea113d Border Color

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

This div border color is #ea113d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea113d


Comments

No comments written yet.

Please login to write comment.