Color Hex Logo

#ea135c Color Hex

#EA135C
(234,19,92)
0 Favorites   0 Comments

Color spaces of #ea135c

RGB 2341992
HSL0.940.850.50
HSV340°92°92°
CMYK 0.000.920.61   0.08
XYZ36.096318.730911.8381
Yxy18.73090.54150.2810
Hunter Lab43.279273.136314.0779
CIE-Lab50.370976.004418.9764

#ea135c color RGB value is (234,19,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010011 01011100
Octal 352 23 134
Decimal 234 19 92
Hex EA 13 5C

RGB Percentages of Color #ea135c

%67.83
%5.51
%26.67

CMYK Percentages of Color #ea135c

%0
%92
%61
%8

Triadic Colors of #ea135c

#ea135c #5cea13 #135cea

Analogous Colors of #ea135c

#ea135c #ea3513 #ea13c8

Monochromatic Colors of #ea135c

#ea135c

Complementary Color

#ea135c #13eaa1

#ea135c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea135c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea135c Color CSS Codes

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

#ea135c Text Font Color

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

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


#ea135c Background Color

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

This div background color is #ea135c


#ea135c Border Color

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

This div border color is #ea135c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea135c


Comments

No comments written yet.

Please login to write comment.