Color Hex Logo

#e390ae Color Hex

#E390AE
(227,144,174)
0 Favorites   0 Comments

Color spaces of #e390ae

RGB 227144174
HSL0.940.600.73
HSV338°37°89°
CMYK 0.000.370.23   0.11
XYZ49.291839.333445.0385
Yxy39.33340.36880.2943
Hunter Lab62.716330.53821.3235
CIE-Lab68.992135.3674-2.4797

#e390ae color RGB value is (227,144,174).

#e390ae hex color red value is 227, green value is 144 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e390ae hue: 0.94 , saturation: 0.60 and the lightness value of e390ae is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010000 10101110
Octal 343 220 256
Decimal 227 144 174
Hex E3 90 AE

RGB Percentages of Color #e390ae

%41.65
%26.42
%31.93

CMYK Percentages of Color #e390ae

%0
%37
%23
%11

Triadic Colors of #e390ae

#e390ae #aee390 #90aee3

Analogous Colors of #e390ae

#e390ae #e39c90 #e390d8

Monochromatic Colors of #e390ae

#e390ae

Complementary Color

#e390ae #90e3c5

#e390ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e390ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e390ae Color CSS Codes

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

#e390ae Text Font Color

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

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


#e390ae Background Color

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

This div background color is #e390ae


#e390ae Border Color

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

This div border color is #e390ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e390ae


Comments

No comments written yet.

Please login to write comment.