Color Hex Logo

#ea128e Color Hex

#EA128E
(234,18,142)
0 Favorites   0 Comments

Color spaces of #ea128e

RGB 23418142
HSL0.900.860.49
HSV326°92°92°
CMYK 0.000.920.39   0.08
XYZ39.030519.878027.3709
Yxy19.87800.45240.2304
Hunter Lab44.584878.2396-5.1892
CIE-Lab51.699079.8364-9.5009

#ea128e color RGB value is (234,18,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010010 10001110
Octal 352 22 216
Decimal 234 18 142
Hex EA 12 8E

RGB Percentages of Color #ea128e

%59.39
%4.57
%36.04

CMYK Percentages of Color #ea128e

%0
%92
%39
%8

Triadic Colors of #ea128e

#ea128e #8eea12 #128eea

Analogous Colors of #ea128e

#ea128e #ea1222 #da12ea

Monochromatic Colors of #ea128e

#ea128e

Complementary Color

#ea128e #12ea6e

#ea128e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea128e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea128e Color CSS Codes

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

#ea128e Text Font Color

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

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


#ea128e Background Color

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

This div background color is #ea128e


#ea128e Border Color

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

This div border color is #ea128e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea128e


Comments

No comments written yet.

Please login to write comment.