Color Hex Logo

#e50484 Color Hex

#E50484
(229,4,132)
0 Favorites   0 Comments

Color spaces of #e50484

RGB 2294132
HSL0.910.970.46
HSV326°98°90°
CMYK 0.000.980.42   0.10
XYZ36.521418.410823.4585
Yxy18.41080.46590.2349
Hunter Lab42.907876.8434-2.3795
CIE-Lab49.990679.0593-6.1205

#e50484 color RGB value is (229,4,132).

#e50484 hex color red value is 229, green value is 4 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #e50484 hue: 0.91 , saturation: 0.97 and the lightness value of e50484 is 0.46.

The process color (four color CMYK) of #e50484 color hex is 0.00, 0.98, 0.42, 0.10. Web safe color of #e50484 is #cc0099. Color #e50484 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000100 10000100
Octal 345 4 204
Decimal 229 4 132
Hex E5 4 84

RGB Percentages of Color #e50484

%62.74
%1.10
%36.16

CMYK Percentages of Color #e50484

%0
%98
%42
%10

Triadic Colors of #e50484

#e50484 #84e504 #0484e5

Analogous Colors of #e50484

#e50484 #e50414 #d604e5

Monochromatic Colors of #e50484

#e50484

Complementary Color

#e50484 #04e565

#e50484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50484 Color CSS Codes

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

#e50484 Text Font Color

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

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


#e50484 Background Color

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

This div background color is #e50484


#e50484 Border Color

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

This div border color is #e50484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50484


Comments

No comments written yet.

Please login to write comment.