Color Hex Logo

#e80aea Color Hex

#E80AEA
(232,10,234)
0 Favorites   0 Comments

Color spaces of #e80aea

RGB 23210234
HSL0.830.920.48
HSV299°96°92°
CMYK 0.010.960.00   0.08
XYZ48.238523.313479.7994
Yxy23.31340.31870.1540
Hunter Lab48.284093.8351-64.1904
CIE-Lab55.393791.0991-57.2271

#e80aea color RGB value is (232,10,234).

#e80aea hex color red value is 232, green value is 10 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e80aea hue: 0.83 , saturation: 0.92 and the lightness value of e80aea is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001010 11101010
Octal 350 12 352
Decimal 232 10 234
Hex E8 A EA

RGB Percentages of Color #e80aea

%48.74
%2.10
%49.16

CMYK Percentages of Color #e80aea

%1
%96
%0
%8

Triadic Colors of #e80aea

#e80aea #eae80a #0aeae8

Analogous Colors of #e80aea

#e80aea #ea0a7c #780aea

Monochromatic Colors of #e80aea

#e80aea

Complementary Color

#e80aea #0cea0a

#e80aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80aea Color CSS Codes

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

#e80aea Text Font Color

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

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


#e80aea Background Color

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

This div background color is #e80aea


#e80aea Border Color

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

This div border color is #e80aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80aea


Comments

No comments written yet.

Please login to write comment.