Color Hex Logo

#e50aef Color Hex

#E50AEF
(229,10,239)
0 Favorites   0 Comments

Color spaces of #e50aef

RGB 22910239
HSL0.830.920.49
HSV297°96°94°
CMYK 0.040.960.00   0.06
XYZ48.001623.107183.5915
Yxy23.10710.31030.1494
Hunter Lab48.069894.1244-69.4540
CIE-Lab55.182591.3556-60.4035

#e50aef color RGB value is (229,10,239).

#e50aef hex color red value is 229, green value is 10 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e50aef hue: 0.83 , saturation: 0.92 and the lightness value of e50aef is 0.49.

The process color (four color CMYK) of #e50aef color hex is 0.04, 0.96, 0.00, 0.06. Web safe color of #e50aef is #cc00ff. Color #e50aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001010 11101111
Octal 345 12 357
Decimal 229 10 239
Hex E5 A EF

RGB Percentages of Color #e50aef

%47.91
%2.09
%50.00

CMYK Percentages of Color #e50aef

%4
%96
%0
%6

Triadic Colors of #e50aef

#e50aef #efe50a #0aefe5

Analogous Colors of #e50aef

#e50aef #ef0a87 #730aef

Monochromatic Colors of #e50aef

#e50aef

Complementary Color

#e50aef #14ef0a

#e50aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50aef Color CSS Codes

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

#e50aef Text Font Color

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

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


#e50aef Background Color

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

This div background color is #e50aef


#e50aef Border Color

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

This div border color is #e50aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50aef


Comments

No comments written yet.

Please login to write comment.