Color Hex Logo

#e801aa Color Hex

#E801AA
(232,1,170)
0 Favorites   0 Comments

Color spaces of #e801aa

RGB 2321170
HSL0.880.990.46
HSV316°100°91°
CMYK 0.001.000.27   0.09
XYZ40.545320.079839.7690
Yxy20.07980.40390.2000
Hunter Lab44.810583.0915-21.2521
CIE-Lab51.927383.5992-25.8473

#e801aa color RGB value is (232,1,170).

#e801aa hex color red value is 232, green value is 1 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e801aa hue: 0.88 , saturation: 0.99 and the lightness value of e801aa is 0.46.

The process color (four color CMYK) of #e801aa color hex is 0.00, 1.00, 0.27, 0.09. Web safe color of #e801aa is #ff0099. Color #e801aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00000001 10101010
Octal 350 1 252
Decimal 232 1 170
Hex E8 1 AA

RGB Percentages of Color #e801aa

%57.57
%0.25
%42.18

CMYK Percentages of Color #e801aa

%0
%100
%27
%9

Triadic Colors of #e801aa

#e801aa #aae801 #01aae8

Analogous Colors of #e801aa

#e801aa #e80137 #b301e8

Monochromatic Colors of #e801aa

#e801aa

Complementary Color

#e801aa #01e83f

#e801aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e801aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e801aa Color CSS Codes

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

#e801aa Text Font Color

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

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


#e801aa Background Color

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

This div background color is #e801aa


#e801aa Border Color

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

This div border color is #e801aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e801aa


Comments

No comments written yet.

Please login to write comment.