Color Hex Logo

#e840ea Color Hex

#E840EA
(232,64,234)
0 Favorites   0 Comments

Color spaces of #e840ea

RGB 23264234
HSL0.830.800.58
HSV299°73°92°
CMYK 0.010.730.00   0.08
XYZ49.963426.763180.3743
Yxy26.76310.31800.1704
Hunter Lab51.733181.8611-55.9019
CIE-Lab58.754481.3115-51.8648

#e840ea color RGB value is (232,64,234).

#e840ea hex color red value is 232, green value is 64 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e840ea hue: 0.83 , saturation: 0.80 and the lightness value of e840ea is 0.58.

The process color (four color CMYK) of #e840ea color hex is 0.01, 0.73, 0.00, 0.08. Web safe color of #e840ea is #ff33ff. Color #e840ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01000000 11101010
Octal 350 100 352
Decimal 232 64 234
Hex E8 40 EA

RGB Percentages of Color #e840ea

%43.77
%12.08
%44.15

CMYK Percentages of Color #e840ea

%1
%73
%0
%8

Triadic Colors of #e840ea

#e840ea #eae840 #40eae8

Analogous Colors of #e840ea

#e840ea #ea4097 #9340ea

Monochromatic Colors of #e840ea

#e840ea

Complementary Color

#e840ea #42ea40

#e840ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e840ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e840ea Color CSS Codes

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

#e840ea Text Font Color

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

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


#e840ea Background Color

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

This div background color is #e840ea


#e840ea Border Color

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

This div border color is #e840ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,64,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e840ea


Comments

No comments written yet.

Please login to write comment.