Color Hex Logo

#e80aac Color Hex

#E80AAC
(232,10,172)
0 Favorites   0 Comments

Color spaces of #e80aac

RGB 23210172
HSL0.880.920.47
HSV316°96°91°
CMYK 0.000.960.26   0.09
XYZ40.833620.351440.8058
Yxy20.35140.40040.1995
Hunter Lab45.112582.6223-22.0510
CIE-Lab52.232283.1751-26.5534

#e80aac color RGB value is (232,10,172).

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

The process color (four color CMYK) of #e80aac color hex is 0.00, 0.96, 0.26, 0.09. Web safe color of #e80aac is #ff0099. Color #e80aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001010 10101100
Octal 350 12 254
Decimal 232 10 172
Hex E8 A AC

RGB Percentages of Color #e80aac

%56.04
%2.42
%41.55

CMYK Percentages of Color #e80aac

%0
%96
%26
%9

Triadic Colors of #e80aac

#e80aac #ace80a #0aace8

Analogous Colors of #e80aac

#e80aac #e80a3d #b50ae8

Monochromatic Colors of #e80aac

#e80aac

Complementary Color

#e80aac #0ae846

#e80aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80aac Color CSS Codes

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

#e80aac Text Font Color

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

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


#e80aac Background Color

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

This div background color is #e80aac


#e80aac Border Color

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

This div border color is #e80aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80aac


Comments

No comments written yet.

Please login to write comment.