Color Hex Logo

#e389aa Color Hex

#E389AA
(227,137,170)
0 Favorites   0 Comments

Color spaces of #e389aa

RGB 227137170
HSL0.940.620.71
HSV338°40°89°
CMYK 0.000.400.25   0.11
XYZ47.879937.124542.6724
Yxy37.12450.37500.2908
Hunter Lab60.929933.64151.1270
CIE-Lab67.370338.4850-2.6191

#e389aa color RGB value is (227,137,170).

#e389aa hex color red value is 227, green value is 137 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e389aa hue: 0.94 , saturation: 0.62 and the lightness value of e389aa is 0.71.

The process color (four color CMYK) of #e389aa color hex is 0.00, 0.40, 0.25, 0.11. Web safe color of #e389aa is #cc9999. Color #e389aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001001 10101010
Octal 343 211 252
Decimal 227 137 170
Hex E3 89 AA

RGB Percentages of Color #e389aa

%42.51
%25.66
%31.84

CMYK Percentages of Color #e389aa

%0
%40
%25
%11

Triadic Colors of #e389aa

#e389aa #aae389 #89aae3

Analogous Colors of #e389aa

#e389aa #e39589 #e389d7

Monochromatic Colors of #e389aa

#e389aa

Complementary Color

#e389aa #89e3c2

#e389aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e389aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e389aa Color CSS Codes

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

#e389aa Text Font Color

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

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


#e389aa Background Color

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

This div background color is #e389aa


#e389aa Border Color

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

This div border color is #e389aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e389aa


Comments

No comments written yet.

Please login to write comment.