Color Hex Logo

#e479af Color Hex

#E479AF
(228,121,175)
0 Favorites   0 Comments

Color spaces of #e479af

RGB 228121175
HSL0.920.660.68
HSV330°47°89°
CMYK 0.000.470.23   0.11
XYZ46.570133.263944.5235
Yxy33.26390.37450.2675
Hunter Lab57.674943.2005-5.3979
CIE-Lab64.374047.7387-9.8717

#e479af color RGB value is (228,121,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111001 10101111
Octal 344 171 257
Decimal 228 121 175
Hex E4 79 AF

RGB Percentages of Color #e479af

%43.51
%23.09
%33.40

CMYK Percentages of Color #e479af

%0
%47
%23
%11

Triadic Colors of #e479af

#e479af #afe479 #79afe4

Analogous Colors of #e479af

#e479af #e4797a #e479e4

Monochromatic Colors of #e479af

#e479af

Complementary Color

#e479af #79e4ae

#e479af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e479af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e479af Color CSS Codes

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

#e479af Text Font Color

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

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


#e479af Background Color

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

This div background color is #e479af


#e479af Border Color

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

This div border color is #e479af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e479af


Comments

No comments written yet.

Please login to write comment.