Color Hex Logo

#ea135e Color Hex

#EA135E
(234,19,94)
0 Favorites   0 Comments

Color spaces of #ea135e

RGB 2341994
HSL0.940.850.50
HSV339°92°92°
CMYK 0.000.920.60   0.08
XYZ36.184918.766312.3048
Yxy18.76630.53800.2790
Hunter Lab43.320173.289413.4831
CIE-Lab50.412776.120317.8101

#ea135e color RGB value is (234,19,94).

#ea135e hex color red value is 234, green value is 19 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ea135e hue: 0.94 , saturation: 0.85 and the lightness value of ea135e is 0.50.

The process color (four color CMYK) of #ea135e color hex is 0.00, 0.92, 0.60, 0.08. Web safe color of #ea135e is #ff0066. Color #ea135e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010011 01011110
Octal 352 23 136
Decimal 234 19 94
Hex EA 13 5E

RGB Percentages of Color #ea135e

%67.44
%5.48
%27.09

CMYK Percentages of Color #ea135e

%0
%92
%60
%8

Triadic Colors of #ea135e

#ea135e #5eea13 #135eea

Analogous Colors of #ea135e

#ea135e #ea3313 #ea13ca

Monochromatic Colors of #ea135e

#ea135e

Complementary Color

#ea135e #13ea9f

#ea135e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea135e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea135e Color CSS Codes

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

#ea135e Text Font Color

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

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


#ea135e Background Color

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

This div background color is #ea135e


#ea135e Border Color

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

This div border color is #ea135e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea135e


Comments

No comments written yet.

Please login to write comment.