Color Hex Logo

#e840eb Color Hex

#E840EB
(232,64,235)
0 Favorites   0 Comments

Color spaces of #e840eb

RGB 23264235
HSL0.830.810.59
HSV299°73°92°
CMYK 0.010.730.00   0.08
XYZ50.107526.820881.1332
Yxy26.82080.31700.1697
Hunter Lab51.788882.0747-56.6325
CIE-Lab58.808181.4677-52.3393

#e840eb color RGB value is (232,64,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01000000 11101011
Octal 350 100 353
Decimal 232 64 235
Hex E8 40 EB

RGB Percentages of Color #e840eb

%43.69
%12.05
%44.26

CMYK Percentages of Color #e840eb

%1
%73
%0
%8

Triadic Colors of #e840eb

#e840eb #ebe840 #40ebe8

Analogous Colors of #e840eb

#e840eb #eb4099 #9340eb

Monochromatic Colors of #e840eb

#e840eb

Complementary Color

#e840eb #43eb40

#e840eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e840eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e840eb Color CSS Codes

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

#e840eb Text Font Color

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

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


#e840eb Background Color

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

This div background color is #e840eb


#e840eb Border Color

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

This div border color is #e840eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e840eb


Comments

No comments written yet.

Please login to write comment.