Color Hex Logo

#e40eff Color Hex

#E40EFF
(228,14,255)
0 Favorites   0 Comments

Color spaces of #e40eff

RGB 22814255
HSL0.811.000.53
HSV293°95°100°
CMYK 0.110.950.00   0.00
XYZ50.201924.028196.5997
Yxy24.02810.29390.1407
Hunter Lab49.018597.0271-82.5287
CIE-Lab56.115993.3254-67.8394

#e40eff color RGB value is (228,14,255).

#e40eff hex color red value is 228, green value is 14 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e40eff hue: 0.81 , saturation: 1.00 and the lightness value of e40eff is 0.53.

The process color (four color CMYK) of #e40eff color hex is 0.11, 0.95, 0.00, 0.00. Web safe color of #e40eff is #cc00ff. Color #e40eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001110 11111111
Octal 344 16 377
Decimal 228 14 255
Hex E4 E FF

RGB Percentages of Color #e40eff

%45.88
%2.82
%51.31

CMYK Percentages of Color #e40eff

%11
%95
%0
%0

Triadic Colors of #e40eff

#e40eff #ffe40e #0effe4

Analogous Colors of #e40eff

#e40eff #ff0ea2 #6c0eff

Monochromatic Colors of #e40eff

#e40eff

Complementary Color

#e40eff #29ff0e

#e40eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40eff Color CSS Codes

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

#e40eff Text Font Color

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

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


#e40eff Background Color

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

This div background color is #e40eff


#e40eff Border Color

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

This div border color is #e40eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40eff


Comments

No comments written yet.

Please login to write comment.