Color Hex Logo

#e479aa Color Hex

#E479AA
(228,121,170)
0 Favorites   0 Comments

Color spaces of #e479aa

RGB 228121170
HSL0.920.660.68
HSV333°47°89°
CMYK 0.000.470.25   0.11
XYZ46.088033.071041.9844
Yxy33.07100.38040.2730
Hunter Lab57.507442.4169-3.0307
CIE-Lab64.218447.0448-7.2627

#e479aa color RGB value is (228,121,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111001 10101010
Octal 344 171 252
Decimal 228 121 170
Hex E4 79 AA

RGB Percentages of Color #e479aa

%43.93
%23.31
%32.76

CMYK Percentages of Color #e479aa

%0
%47
%25
%11

Triadic Colors of #e479aa

#e479aa #aae479 #79aae4

Analogous Colors of #e479aa

#e479aa #e47e79 #e479e0

Monochromatic Colors of #e479aa

#e479aa

Complementary Color

#e479aa #79e4b3

#e479aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e479aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e479aa Color CSS Codes

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

#e479aa Text Font Color

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

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


#e479aa Background Color

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

This div background color is #e479aa


#e479aa Border Color

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

This div border color is #e479aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e479aa


Comments

No comments written yet.

Please login to write comment.