Color Hex Logo

#ea123d Color Hex

#EA123D
(234,18,61)
0 Favorites   0 Comments

Color spaces of #ea123d

RGB 2341861
HSL0.970.860.49
HSV348°92°92°
CMYK 0.000.920.74   0.08
XYZ34.990318.26206.0956
Yxy18.26200.58960.3077
Hunter Lab42.734171.369721.4567
CIE-Lab49.812474.675236.9601

#ea123d color RGB value is (234,18,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010010 00111101
Octal 352 22 75
Decimal 234 18 61
Hex EA 12 3D

RGB Percentages of Color #ea123d

%74.76
%5.75
%19.49

CMYK Percentages of Color #ea123d

%0
%92
%74
%8

Triadic Colors of #ea123d

#ea123d #3dea12 #123dea

Analogous Colors of #ea123d

#ea123d #ea5312 #ea12a9

Monochromatic Colors of #ea123d

#ea123d

Complementary Color

#ea123d #12eabf

#ea123d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea123d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea123d Color CSS Codes

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

#ea123d Text Font Color

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

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


#ea123d Background Color

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

This div background color is #ea123d


#ea123d Border Color

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

This div border color is #ea123d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,18,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 #ea123d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea123d


Comments

No comments written yet.

Please login to write comment.