Color Hex Logo

#e43499 Color Hex

#E43499
(228,52,153)
0 Favorites   0 Comments

Color spaces of #e43499

RGB 22852153
HSL0.900.770.55
HSV326°77°89°
CMYK 0.000.770.33   0.11
XYZ38.972721.249932.1845
Yxy21.24990.42180.2300
Hunter Lab46.097670.2400-9.1268
CIE-Lab53.221973.0885-13.8789

#e43499 color RGB value is (228,52,153).

#e43499 hex color red value is 228, green value is 52 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #e43499 hue: 0.90 , saturation: 0.77 and the lightness value of e43499 is 0.55.

The process color (four color CMYK) of #e43499 color hex is 0.00, 0.77, 0.33, 0.11. Web safe color of #e43499 is #cc3399. Color #e43499 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00110100 10011001
Octal 344 64 231
Decimal 228 52 153
Hex E4 34 99

RGB Percentages of Color #e43499

%52.66
%12.01
%35.33

CMYK Percentages of Color #e43499

%0
%77
%33
%11

Triadic Colors of #e43499

#e43499 #99e434 #3499e4

Analogous Colors of #e43499

#e43499 #e43441 #d734e4

Monochromatic Colors of #e43499

#e43499

Complementary Color

#e43499 #34e47f

#e43499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e43499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e43499 Color CSS Codes

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

#e43499 Text Font Color

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

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


#e43499 Background Color

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

This div background color is #e43499


#e43499 Border Color

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

This div border color is #e43499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e43499


Comments

No comments written yet.

Please login to write comment.