Color Hex Logo

#e48aaf Color Hex

#E48AAF
(228,138,175)
0 Favorites   0 Comments

Color spaces of #e48aaf

RGB 228138175
HSL0.930.630.72
HSV335°39°89°
CMYK 0.000.390.23   0.11
XYZ48.821337.766145.2739
Yxy37.76610.37020.2864
Hunter Lab61.454134.2619-0.6617
CIE-Lab67.847939.0171-4.7116

#e48aaf color RGB value is (228,138,175).

#e48aaf hex color red value is 228, green value is 138 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e48aaf hue: 0.93 , saturation: 0.63 and the lightness value of e48aaf is 0.72.

The process color (four color CMYK) of #e48aaf color hex is 0.00, 0.39, 0.23, 0.11. Web safe color of #e48aaf is #cc9999. Color #e48aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001010 10101111
Octal 344 212 257
Decimal 228 138 175
Hex E4 8A AF

RGB Percentages of Color #e48aaf

%42.14
%25.51
%32.35

CMYK Percentages of Color #e48aaf

%0
%39
%23
%11

Triadic Colors of #e48aaf

#e48aaf #afe48a #8aafe4

Analogous Colors of #e48aaf

#e48aaf #e4928a #e48adc

Monochromatic Colors of #e48aaf

#e48aaf

Complementary Color

#e48aaf #8ae4bf

#e48aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48aaf Color CSS Codes

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

#e48aaf Text Font Color

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

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


#e48aaf Background Color

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

This div background color is #e48aaf


#e48aaf Border Color

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

This div border color is #e48aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48aaf


Comments

No comments written yet.

Please login to write comment.