Color Hex Logo

#e478aa Color Hex

#E478AA
(228,120,170)
0 Favorites   0 Comments

Color spaces of #e478aa

RGB 228120170
HSL0.920.670.68
HSV332°47°89°
CMYK 0.000.470.25   0.11
XYZ45.967132.829241.9441
Yxy32.82920.38070.2719
Hunter Lab57.296842.9347-3.2955
CIE-Lab64.022447.5458-7.5540

#e478aa color RGB value is (228,120,170).

#e478aa hex color red value is 228, green value is 120 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e478aa hue: 0.92 , saturation: 0.67 and the lightness value of e478aa is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111000 10101010
Octal 344 170 252
Decimal 228 120 170
Hex E4 78 AA

RGB Percentages of Color #e478aa

%44.02
%23.17
%32.82

CMYK Percentages of Color #e478aa

%0
%47
%25
%11

Triadic Colors of #e478aa

#e478aa #aae478 #78aae4

Analogous Colors of #e478aa

#e478aa #e47c78 #e478e0

Monochromatic Colors of #e478aa

#e478aa

Complementary Color

#e478aa #78e4b2

#e478aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e478aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e478aa Color CSS Codes

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

#e478aa Text Font Color

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

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


#e478aa Background Color

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

This div background color is #e478aa


#e478aa Border Color

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

This div border color is #e478aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e478aa


Comments

No comments written yet.

Please login to write comment.