Color Hex Logo

#e90eef Color Hex

#E90EEF
(233,14,239)
0 Favorites   0 Comments

Color spaces of #e90eef

RGB 23314239
HSL0.830.890.50
HSV298°94°94°
CMYK 0.030.940.00   0.06
XYZ49.341323.869783.6681
Yxy23.86970.31450.1522
Hunter Lab48.856694.7717-67.3359
CIE-Lab55.957191.6871-59.1239

#e90eef color RGB value is (233,14,239).

#e90eef hex color red value is 233, green value is 14 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e90eef hue: 0.83 , saturation: 0.89 and the lightness value of e90eef is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00001110 11101111
Octal 351 16 357
Decimal 233 14 239
Hex E9 E EF

RGB Percentages of Color #e90eef

%47.94
%2.88
%49.18

CMYK Percentages of Color #e90eef

%3
%94
%0
%6

Triadic Colors of #e90eef

#e90eef #efe90e #0eefe9

Analogous Colors of #e90eef

#e90eef #ef0e85 #790eef

Monochromatic Colors of #e90eef

#e90eef

Complementary Color

#e90eef #14ef0e

#e90eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e90eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e90eef Color CSS Codes

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

#e90eef Text Font Color

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

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


#e90eef Background Color

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

This div background color is #e90eef


#e90eef Border Color

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

This div border color is #e90eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e90eef


Comments

No comments written yet.

Please login to write comment.