Color Hex Logo

#e47aea Color Hex

#E47AEA
(228,122,234)
0 Favorites   0 Comments

Color spaces of #e47aea

RGB 228122234
HSL0.820.730.70
HSV297°48°92°
CMYK 0.030.480.00   0.08
XYZ53.805736.353682.0230
Yxy36.35360.31250.2111
Hunter Lab60.293953.7772-38.4515
CIE-Lab66.789256.7684-39.2392

#e47aea color RGB value is (228,122,234).

#e47aea hex color red value is 228, green value is 122 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e47aea hue: 0.82 , saturation: 0.73 and the lightness value of e47aea is 0.70.

The process color (four color CMYK) of #e47aea color hex is 0.03, 0.48, 0.00, 0.08. Web safe color of #e47aea is #cc66ff. Color #e47aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111010 11101010
Octal 344 172 352
Decimal 228 122 234
Hex E4 7A EA

RGB Percentages of Color #e47aea

%39.04
%20.89
%40.07

CMYK Percentages of Color #e47aea

%3
%48
%0
%8

Triadic Colors of #e47aea

#e47aea #eae47a #7aeae4

Analogous Colors of #e47aea

#e47aea #ea7ab8 #ac7aea

Monochromatic Colors of #e47aea

#e47aea

Complementary Color

#e47aea #80ea7a

#e47aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47aea Color CSS Codes

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

#e47aea Text Font Color

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

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


#e47aea Background Color

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

This div background color is #e47aea


#e47aea Border Color

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

This div border color is #e47aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,122,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47aea


Comments

No comments written yet.

Please login to write comment.