Color Hex Logo

#ea138e Color Hex

#EA138E
(234,19,142)
0 Favorites   0 Comments

Color spaces of #ea138e

RGB 23419142
HSL0.900.850.50
HSV326°92°92°
CMYK 0.000.920.39   0.08
XYZ39.047019.911227.3764
Yxy19.91120.45230.2306
Hunter Lab44.622078.1102-5.1401
CIE-Lab51.736779.7264-9.4444

#ea138e color RGB value is (234,19,142).

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

The process color (four color CMYK) of #ea138e color hex is 0.00, 0.92, 0.39, 0.08. Web safe color of #ea138e is #ff0099. Color #ea138e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010011 10001110
Octal 352 23 216
Decimal 234 19 142
Hex EA 13 8E

RGB Percentages of Color #ea138e

%59.24
%4.81
%35.95

CMYK Percentages of Color #ea138e

%0
%92
%39
%8

Triadic Colors of #ea138e

#ea138e #8eea13 #138eea

Analogous Colors of #ea138e

#ea138e #ea1322 #db13ea

Monochromatic Colors of #ea138e

#ea138e

Complementary Color

#ea138e #13ea6f

#ea138e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea138e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea138e Color CSS Codes

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

#ea138e Text Font Color

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

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


#ea138e Background Color

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

This div background color is #ea138e


#ea138e Border Color

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

This div border color is #ea138e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea138e


Comments

No comments written yet.

Please login to write comment.