Color Hex Logo

#e240ff Color Hex

#E240FF
(226,64,255)
0 Favorites   0 Comments

Color spaces of #e240ff

RGB 22664255
HSL0.811.000.63
HSV291°75°100°
CMYK 0.110.750.00   0.00
XYZ51.247427.055597.1289
Yxy27.05550.29210.1542
Hunter Lab52.014984.8401-74.3035
CIE-Lab59.025783.5699-63.1729

#e240ff color RGB value is (226,64,255).

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

The process color (four color CMYK) of #e240ff color hex is 0.11, 0.75, 0.00, 0.00. Web safe color of #e240ff is #cc33ff. Color #e240ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000000 11111111
Octal 342 100 377
Decimal 226 64 255
Hex E2 40 FF

RGB Percentages of Color #e240ff

%41.47
%11.74
%46.79

CMYK Percentages of Color #e240ff

%11
%75
%0
%0

Triadic Colors of #e240ff

#e240ff #ffe240 #40ffe2

Analogous Colors of #e240ff

#e240ff #ff40bd #8340ff

Monochromatic Colors of #e240ff

#e240ff

Complementary Color

#e240ff #5dff40

#e240ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e240ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e240ff Color CSS Codes

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

#e240ff Text Font Color

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

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


#e240ff Background Color

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

This div background color is #e240ff


#e240ff Border Color

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

This div border color is #e240ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,64,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 #e240ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e240ff

Related Colors


Comments

No comments written yet.

Please login to write comment.