Color Hex Logo

#e90efe Color Hex

#E90EFE
(233,14,254)
0 Favorites   0 Comments

Color spaces of #e90efe

RGB 23314254
HSL0.820.990.53
HSV295°94°100°
CMYK 0.080.940.00   0.00
XYZ51.650724.793595.8293
Yxy24.79350.29980.1439
Hunter Lab49.793198.0214-79.2515
CIE-Lab56.873793.9105-66.0207

#e90efe color RGB value is (233,14,254).

#e90efe hex color red value is 233, green value is 14 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e90efe hue: 0.82 , saturation: 0.99 and the lightness value of e90efe is 0.53.

The process color (four color CMYK) of #e90efe color hex is 0.08, 0.94, 0.00, 0.00. Web safe color of #e90efe is #ff00ff. Color #e90efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00001110 11111110
Octal 351 16 376
Decimal 233 14 254
Hex E9 E FE

RGB Percentages of Color #e90efe

%46.51
%2.79
%50.70

CMYK Percentages of Color #e90efe

%8
%94
%0
%0

Triadic Colors of #e90efe

#e90efe #fee90e #0efee9

Analogous Colors of #e90efe

#e90efe #fe0e9b #710efe

Monochromatic Colors of #e90efe

#e90efe

Complementary Color

#e90efe #23fe0e

#e90efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e90efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e90efe Color CSS Codes

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

#e90efe Text Font Color

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

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


#e90efe Background Color

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

This div background color is #e90efe


#e90efe Border Color

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

This div border color is #e90efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e90efe

Related Colors


Comments

No comments written yet.

Please login to write comment.