Color Hex Logo

#e43599 Color Hex

#E43599
(228,53,153)
0 Favorites   0 Comments

Color spaces of #e43599

RGB 22853153
HSL0.900.760.55
HSV326°77°89°
CMYK 0.000.770.33   0.11
XYZ39.017821.340132.1996
Yxy21.34010.42160.2306
Hunter Lab46.195369.9239-8.9902
CIE-Lab53.319772.8102-13.7311

#e43599 color RGB value is (228,53,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00110101 10011001
Octal 344 65 231
Decimal 228 53 153
Hex E4 35 99

RGB Percentages of Color #e43599

%52.53
%12.21
%35.25

CMYK Percentages of Color #e43599

%0
%77
%33
%11

Triadic Colors of #e43599

#e43599 #99e435 #3599e4

Analogous Colors of #e43599

#e43599 #e43541 #d835e4

Monochromatic Colors of #e43599

#e43599

Complementary Color

#e43599 #35e480

#e43599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e43599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e43599 Color CSS Codes

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

#e43599 Text Font Color

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

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


#e43599 Background Color

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

This div background color is #e43599


#e43599 Border Color

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

This div border color is #e43599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e43599


Comments

No comments written yet.

Please login to write comment.