Color Hex Logo

#e389ae Color Hex

#E389AE
(227,137,174)
0 Favorites   0 Comments

Color spaces of #e389ae

RGB 227137174
HSL0.930.620.71
HSV335°40°89°
CMYK 0.000.400.23   0.11
XYZ48.264237.278244.6960
Yxy37.27820.37060.2862
Hunter Lab61.055934.2551-0.6642
CIE-Lab67.485239.0513-4.6990

#e389ae color RGB value is (227,137,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001001 10101110
Octal 343 211 256
Decimal 227 137 174
Hex E3 89 AE

RGB Percentages of Color #e389ae

%42.19
%25.46
%32.34

CMYK Percentages of Color #e389ae

%0
%40
%23
%11

Triadic Colors of #e389ae

#e389ae #aee389 #89aee3

Analogous Colors of #e389ae

#e389ae #e39189 #e389db

Monochromatic Colors of #e389ae

#e389ae

Complementary Color

#e389ae #89e3be

#e389ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e389ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e389ae Color CSS Codes

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

#e389ae Text Font Color

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

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


#e389ae Background Color

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

This div background color is #e389ae


#e389ae Border Color

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

This div border color is #e389ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,137,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e389ae


Comments

No comments written yet.

Please login to write comment.