Color Hex Logo

#ea028e Color Hex

#EA028E
(234,2,142)
0 Favorites   0 Comments

Color spaces of #ea028e

RGB 2342142
HSL0.900.980.46
HSV324°99°92°
CMYK 0.000.990.39   0.08
XYZ38.835919.488827.3060
Yxy19.48880.45350.2276
Hunter Lab44.146179.7730-5.7708
CIE-Lab51.254281.1347-10.1679

#ea028e color RGB value is (234,2,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000010 10001110
Octal 352 2 216
Decimal 234 2 142
Hex EA 2 8E

RGB Percentages of Color #ea028e

%61.90
%0.53
%37.57

CMYK Percentages of Color #ea028e

%0
%99
%39
%8

Triadic Colors of #ea028e

#ea028e #8eea02 #028eea

Analogous Colors of #ea028e

#ea028e #ea021a #d202ea

Monochromatic Colors of #ea028e

#ea028e

Complementary Color

#ea028e #02ea5e

#ea028e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea028e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea028e Color CSS Codes

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

#ea028e Text Font Color

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

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


#ea028e Background Color

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

This div background color is #ea028e


#ea028e Border Color

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

This div border color is #ea028e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea028e


Comments

No comments written yet.

Please login to write comment.