Color Hex Logo

#e53891 Color Hex

#E53891
(229,56,145)
0 Favorites   0 Comments

Color spaces of #e53891

RGB 22956145
HSL0.910.770.56
HSV329°76°90°
CMYK 0.000.760.37   0.10
XYZ38.838121.530728.8969
Yxy21.53070.43510.2412
Hunter Lab46.401268.2036-4.4427
CIE-Lab53.525571.3519-8.6553

#e53891 color RGB value is (229,56,145).

#e53891 hex color red value is 229, green value is 56 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #e53891 hue: 0.91 , saturation: 0.77 and the lightness value of e53891 is 0.56.

The process color (four color CMYK) of #e53891 color hex is 0.00, 0.76, 0.37, 0.10. Web safe color of #e53891 is #cc3399. Color #e53891 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111000 10010001
Octal 345 70 221
Decimal 229 56 145
Hex E5 38 91

RGB Percentages of Color #e53891

%53.26
%13.02
%33.72

CMYK Percentages of Color #e53891

%0
%76
%37
%10

Triadic Colors of #e53891

#e53891 #91e538 #3891e5

Analogous Colors of #e53891

#e53891 #e5383a #e338e5

Monochromatic Colors of #e53891

#e53891

Complementary Color

#e53891 #38e58c

#e53891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53891 Color CSS Codes

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

#e53891 Text Font Color

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

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


#e53891 Background Color

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

This div background color is #e53891


#e53891 Border Color

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

This div border color is #e53891


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,56,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e53891; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e53891;
  -webkit-box-shadow: 1px 1px 3px 2px #e53891;
  box-shadow:         1px 1px 3px 2px #e53891; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,56,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53891


Comments

No comments written yet.

Please login to write comment.