Color Hex Logo

#e90eff Color Hex

#E90EFF
(233,14,255)
0 Favorites   0 Comments

Color spaces of #e90eff

RGB 23314255
HSL0.821.000.53
HSV295°95°100°
CMYK 0.090.950.00   0.00
XYZ51.811324.857796.6750
Yxy24.85770.29890.1434
Hunter Lab49.857598.2444-80.0646
CIE-Lab56.936594.0620-66.4745

#e90eff color RGB value is (233,14,255).

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

The process color (four color CMYK) of #e90eff color hex is 0.09, 0.95, 0.00, 0.00. Web safe color of #e90eff is #ff00ff. Color #e90eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00001110 11111111
Octal 351 16 377
Decimal 233 14 255
Hex E9 E FF

RGB Percentages of Color #e90eff

%46.41
%2.79
%50.80

CMYK Percentages of Color #e90eff

%9
%95
%0
%0

Triadic Colors of #e90eff

#e90eff #ffe90e #0effe9

Analogous Colors of #e90eff

#e90eff #ff0e9d #710eff

Monochromatic Colors of #e90eff

#e90eff

Complementary Color

#e90eff #24ff0e

#e90eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e90eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e90eff Color CSS Codes

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

#e90eff Text Font Color

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

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


#e90eff Background Color

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

This div background color is #e90eff


#e90eff Border Color

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

This div border color is #e90eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e90eff

Related Colors


Comments

No comments written yet.

Please login to write comment.