Color Hex Logo

#e80ea0 Color Hex

#E80EA0
(232,14,160)
0 Favorites   0 Comments

Color spaces of #e80ea0

RGB 23214160
HSL0.890.890.48
HSV320°94°91°
CMYK 0.000.940.31   0.09
XYZ39.780920.007935.0229
Yxy20.00790.41960.2110
Hunter Lab44.730280.4716-15.1118
CIE-Lab51.846181.5687-20.0576

#e80ea0 color RGB value is (232,14,160).

#e80ea0 hex color red value is 232, green value is 14 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #e80ea0 hue: 0.89 , saturation: 0.89 and the lightness value of e80ea0 is 0.48.

The process color (four color CMYK) of #e80ea0 color hex is 0.00, 0.94, 0.31, 0.09. Web safe color of #e80ea0 is #ff0099. Color #e80ea0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001110 10100000
Octal 350 16 240
Decimal 232 14 160
Hex E8 E A0

RGB Percentages of Color #e80ea0

%57.14
%3.45
%39.41

CMYK Percentages of Color #e80ea0

%0
%94
%31
%9

Triadic Colors of #e80ea0

#e80ea0 #a0e80e #0ea0e8

Analogous Colors of #e80ea0

#e80ea0 #e80e33 #c30ee8

Monochromatic Colors of #e80ea0

#e80ea0

Complementary Color

#e80ea0 #0ee856

#e80ea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80ea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80ea0 Color CSS Codes

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

#e80ea0 Text Font Color

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

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


#e80ea0 Background Color

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

This div background color is #e80ea0


#e80ea0 Border Color

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

This div border color is #e80ea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80ea0


Comments

No comments written yet.

Please login to write comment.