Color Hex Logo

#e93aaa Color Hex

#E93AAA
(233,58,170)
0 Favorites   0 Comments

Color spaces of #e93aaa

RGB 23358170
HSL0.890.800.57
HSV322°75°91°
CMYK 0.000.750.27   0.09
XYZ42.373023.252040.2850
Yxy23.25200.40010.2195
Hunter Lab48.220372.4690-15.7788
CIE-Lab55.331074.5010-20.5946

#e93aaa color RGB value is (233,58,170).

#e93aaa hex color red value is 233, green value is 58 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e93aaa hue: 0.89 , saturation: 0.80 and the lightness value of e93aaa is 0.57.

The process color (four color CMYK) of #e93aaa color hex is 0.00, 0.75, 0.27, 0.09. Web safe color of #e93aaa is #ff3399. Color #e93aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00111010 10101010
Octal 351 72 252
Decimal 233 58 170
Hex E9 3A AA

RGB Percentages of Color #e93aaa

%50.54
%12.58
%36.88

CMYK Percentages of Color #e93aaa

%0
%75
%27
%9

Triadic Colors of #e93aaa

#e93aaa #aae93a #3aaae9

Analogous Colors of #e93aaa

#e93aaa #e93a53 #d13ae9

Monochromatic Colors of #e93aaa

#e93aaa

Complementary Color

#e93aaa #3ae979

#e93aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e93aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e93aaa Color CSS Codes

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

#e93aaa Text Font Color

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

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


#e93aaa Background Color

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

This div background color is #e93aaa


#e93aaa Border Color

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

This div border color is #e93aaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,58,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 #e93aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e93aaa


Comments

No comments written yet.

Please login to write comment.