Color Hex Logo

#e4129b Color Hex

#E4129B
(228,18,155)
0 Favorites   0 Comments

Color spaces of #e4129b

RGB 22818155
HSL0.890.850.48
HSV321°92°89°
CMYK 0.000.920.32   0.11
XYZ38.127619.293232.7247
Yxy19.29320.42300.2140
Hunter Lab43.924078.0772-13.4260
CIE-Lab51.028579.8384-18.4019

#e4129b color RGB value is (228,18,155).

#e4129b hex color red value is 228, green value is 18 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #e4129b hue: 0.89 , saturation: 0.85 and the lightness value of e4129b is 0.48.

The process color (four color CMYK) of #e4129b color hex is 0.00, 0.92, 0.32, 0.11. Web safe color of #e4129b is #cc0099. Color #e4129b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00010010 10011011
Octal 344 22 233
Decimal 228 18 155
Hex E4 12 9B

RGB Percentages of Color #e4129b

%56.86
%4.49
%38.65

CMYK Percentages of Color #e4129b

%0
%92
%32
%11

Triadic Colors of #e4129b

#e4129b #9be412 #129be4

Analogous Colors of #e4129b

#e4129b #e41232 #c412e4

Monochromatic Colors of #e4129b

#e4129b

Complementary Color

#e4129b #12e45b

#e4129b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4129b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4129b Color CSS Codes

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

#e4129b Text Font Color

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

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


#e4129b Background Color

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

This div background color is #e4129b


#e4129b Border Color

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

This div border color is #e4129b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,18,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4129b


Comments

No comments written yet.

Please login to write comment.