Color Hex Logo

#e54090 Color Hex

#E54090
(229,64,144)
0 Favorites   0 Comments

Color spaces of #e54090

RGB 22964144
HSL0.920.760.57
HSV331°72°90°
CMYK 0.000.720.37   0.10
XYZ39.180522.338428.6323
Yxy22.33840.43460.2478
Hunter Lab47.263565.2617-2.8335
CIE-Lab54.384268.7376-6.7812

#e54090 color RGB value is (229,64,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000000 10010000
Octal 345 100 220
Decimal 229 64 144
Hex E5 40 90

RGB Percentages of Color #e54090

%52.40
%14.65
%32.95

CMYK Percentages of Color #e54090

%0
%72
%37
%10

Triadic Colors of #e54090

#e54090 #90e540 #4090e5

Analogous Colors of #e54090

#e54090 #e54340 #e540e3

Monochromatic Colors of #e54090

#e54090

Complementary Color

#e54090 #40e595

#e54090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54090 Color CSS Codes

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

#e54090 Text Font Color

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

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


#e54090 Background Color

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

This div background color is #e54090


#e54090 Border Color

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

This div border color is #e54090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54090


Comments

No comments written yet.

Please login to write comment.