Color Hex Logo

#e50ebe Color Hex

#E50EBE
(229,14,190)
0 Favorites   0 Comments

Color spaces of #e50ebe

RGB 22914190
HSL0.860.880.48
HSV311°94°90°
CMYK 0.000.940.17   0.10
XYZ41.764420.689850.5075
Yxy20.68980.36970.1832
Hunter Lab45.486084.2947-33.9951
CIE-Lab52.608384.3991-36.5303

#e50ebe color RGB value is (229,14,190).

#e50ebe hex color red value is 229, green value is 14 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e50ebe hue: 0.86 , saturation: 0.88 and the lightness value of e50ebe is 0.48.

The process color (four color CMYK) of #e50ebe color hex is 0.00, 0.94, 0.17, 0.10. Web safe color of #e50ebe is #cc00cc. Color #e50ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001110 10111110
Octal 345 16 276
Decimal 229 14 190
Hex E5 E BE

RGB Percentages of Color #e50ebe

%52.89
%3.23
%43.88

CMYK Percentages of Color #e50ebe

%0
%94
%17
%10

Triadic Colors of #e50ebe

#e50ebe #bee50e #0ebee5

Analogous Colors of #e50ebe

#e50ebe #e50e52 #a10ee5

Monochromatic Colors of #e50ebe

#e50ebe

Complementary Color

#e50ebe #0ee535

#e50ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50ebe Color CSS Codes

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

#e50ebe Text Font Color

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

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


#e50ebe Background Color

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

This div background color is #e50ebe


#e50ebe Border Color

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

This div border color is #e50ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50ebe


Comments

No comments written yet.

Please login to write comment.