Color Hex Logo

#e50efd Color Hex

#E50EFD
(229,14,253)
0 Favorites   0 Comments

Color spaces of #e50efd

RGB 22914253
HSL0.820.980.52
HSV294°94°99°
CMYK 0.090.940.00   0.01
XYZ50.199824.063994.9275
Yxy24.06390.29670.1422
Hunter Lab49.055096.8196-80.3951
CIE-Lab56.151793.1654-66.6623

#e50efd color RGB value is (229,14,253).

#e50efd hex color red value is 229, green value is 14 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e50efd hue: 0.82 , saturation: 0.98 and the lightness value of e50efd is 0.52.

The process color (four color CMYK) of #e50efd color hex is 0.09, 0.94, 0.00, 0.01. Web safe color of #e50efd is #cc00ff. Color #e50efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001110 11111101
Octal 345 16 375
Decimal 229 14 253
Hex E5 E FD

RGB Percentages of Color #e50efd

%46.17
%2.82
%51.01

CMYK Percentages of Color #e50efd

%9
%94
%0
%1

Triadic Colors of #e50efd

#e50efd #fde50e #0efde5

Analogous Colors of #e50efd

#e50efd #fd0e9e #6e0efd

Monochromatic Colors of #e50efd

#e50efd

Complementary Color

#e50efd #26fd0e

#e50efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50efd Color CSS Codes

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

#e50efd Text Font Color

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

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


#e50efd Background Color

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

This div background color is #e50efd


#e50efd Border Color

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

This div border color is #e50efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50efd

Related Colors


Comments

No comments written yet.

Please login to write comment.