Color Hex Logo

#e47eaa Color Hex

#E47EAA
(228,126,170)
0 Favorites   0 Comments

Color spaces of #e47eaa

RGB 228126170
HSL0.930.650.69
HSV334°45°89°
CMYK 0.000.450.25   0.11
XYZ46.711534.318042.1923
Yxy34.31800.37910.2785
Hunter Lab58.581639.8138-1.6954
CIE-Lab65.214244.5158-5.7856

#e47eaa color RGB value is (228,126,170).

#e47eaa hex color red value is 228, green value is 126 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e47eaa hue: 0.93 , saturation: 0.65 and the lightness value of e47eaa is 0.69.

The process color (four color CMYK) of #e47eaa color hex is 0.00, 0.45, 0.25, 0.11. Web safe color of #e47eaa is #cc6699. Color #e47eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111110 10101010
Octal 344 176 252
Decimal 228 126 170
Hex E4 7E AA

RGB Percentages of Color #e47eaa

%43.51
%24.05
%32.44

CMYK Percentages of Color #e47eaa

%0
%45
%25
%11

Triadic Colors of #e47eaa

#e47eaa #aae47e #7eaae4

Analogous Colors of #e47eaa

#e47eaa #e4857e #e47edd

Monochromatic Colors of #e47eaa

#e47eaa

Complementary Color

#e47eaa #7ee4b8

#e47eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47eaa Color CSS Codes

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

#e47eaa Text Font Color

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

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


#e47eaa Background Color

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

This div background color is #e47eaa


#e47eaa Border Color

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

This div border color is #e47eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47eaa


Comments

No comments written yet.

Please login to write comment.