Color Hex Logo

#e80efa Color Hex

#E80EFA
(232,14,250)
0 Favorites   0 Comments

Color spaces of #e80efa

RGB 23214250
HSL0.820.960.52
HSV295°94°98°
CMYK 0.070.940.00   0.02
XYZ50.691124.372092.4750
Yxy24.37200.30260.1455
Hunter Lab49.368096.8899-76.5030
CIE-Lab56.458393.1580-64.4739

#e80efa color RGB value is (232,14,250).

#e80efa hex color red value is 232, green value is 14 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e80efa hue: 0.82 , saturation: 0.96 and the lightness value of e80efa is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001110 11111010
Octal 350 16 372
Decimal 232 14 250
Hex E8 E FA

RGB Percentages of Color #e80efa

%46.77
%2.82
%50.40

CMYK Percentages of Color #e80efa

%7
%94
%0
%2

Triadic Colors of #e80efa

#e80efa #fae80e #0efae8

Analogous Colors of #e80efa

#e80efa #fa0e96 #720efa

Monochromatic Colors of #e80efa

#e80efa

Complementary Color

#e80efa #20fa0e

#e80efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80efa Color CSS Codes

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

#e80efa Text Font Color

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

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


#e80efa Background Color

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

This div background color is #e80efa


#e80efa Border Color

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

This div border color is #e80efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80efa


Comments

No comments written yet.

Please login to write comment.