Color Hex Logo

#e54391 Color Hex

#E54391
(229,67,145)
0 Favorites   0 Comments

Color spaces of #e54391

RGB 22967145
HSL0.920.760.58
HSV331°71°90°
CMYK 0.000.710.37   0.10
XYZ39.431122.716729.0946
Yxy22.71670.43220.2490
Hunter Lab47.662064.2656-2.8293
CIE-Lab54.779367.8263-6.7859

#e54391 color RGB value is (229,67,145).

#e54391 hex color red value is 229, green value is 67 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #e54391 hue: 0.92 , saturation: 0.76 and the lightness value of e54391 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000011 10010001
Octal 345 103 221
Decimal 229 67 145
Hex E5 43 91

RGB Percentages of Color #e54391

%51.93
%15.19
%32.88

CMYK Percentages of Color #e54391

%0
%71
%37
%10

Triadic Colors of #e54391

#e54391 #91e543 #4391e5

Analogous Colors of #e54391

#e54391 #e54643 #e543e2

Monochromatic Colors of #e54391

#e54391

Complementary Color

#e54391 #43e597

#e54391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54391 Color CSS Codes

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

#e54391 Text Font Color

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

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


#e54391 Background Color

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

This div background color is #e54391


#e54391 Border Color

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

This div border color is #e54391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54391


Comments

No comments written yet.

Please login to write comment.