Color Hex Logo

#e4298e Color Hex

#E4298E
(228,41,142)
0 Favorites   0 Comments

Color spaces of #e4298e

RGB 22841142
HSL0.910.780.53
HSV328°82°89°
CMYK 0.000.820.38   0.11
XYZ37.670320.032927.4725
Yxy20.03290.44230.2352
Hunter Lab44.758171.9063-5.0615
CIE-Lab51.874474.7120-9.3545

#e4298e color RGB value is (228,41,142).

#e4298e hex color red value is 228, green value is 41 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #e4298e hue: 0.91 , saturation: 0.78 and the lightness value of e4298e is 0.53.

The process color (four color CMYK) of #e4298e color hex is 0.00, 0.82, 0.38, 0.11. Web safe color of #e4298e is #cc3399. Color #e4298e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00101001 10001110
Octal 344 51 216
Decimal 228 41 142
Hex E4 29 8E

RGB Percentages of Color #e4298e

%55.47
%9.98
%34.55

CMYK Percentages of Color #e4298e

%0
%82
%38
%11

Triadic Colors of #e4298e

#e4298e #8ee429 #298ee4

Analogous Colors of #e4298e

#e4298e #e42930 #dd29e4

Monochromatic Colors of #e4298e

#e4298e

Complementary Color

#e4298e #29e47f

#e4298e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4298e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4298e Color CSS Codes

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

#e4298e Text Font Color

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

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


#e4298e Background Color

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

This div background color is #e4298e


#e4298e Border Color

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

This div border color is #e4298e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4298e


Comments

No comments written yet.

Please login to write comment.