Color Hex Logo

#e48eaf Color Hex

#E48EAF
(228,142,175)
0 Favorites   0 Comments

Color spaces of #e48eaf

RGB 228142175
HSL0.940.610.73
HSV337°38°89°
CMYK 0.000.380.23   0.11
XYZ49.405838.935145.4687
Yxy38.93510.36920.2910
Hunter Lab62.398032.13710.4747
CIE-Lab68.704236.9176-3.4489

#e48eaf color RGB value is (228,142,175).

#e48eaf hex color red value is 228, green value is 142 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e48eaf hue: 0.94 , saturation: 0.61 and the lightness value of e48eaf is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001110 10101111
Octal 344 216 257
Decimal 228 142 175
Hex E4 8E AF

RGB Percentages of Color #e48eaf

%41.83
%26.06
%32.11

CMYK Percentages of Color #e48eaf

%0
%38
%23
%11

Triadic Colors of #e48eaf

#e48eaf #afe48e #8eafe4

Analogous Colors of #e48eaf

#e48eaf #e4988e #e48eda

Monochromatic Colors of #e48eaf

#e48eaf

Complementary Color

#e48eaf #8ee4c3

#e48eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48eaf Color CSS Codes

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

#e48eaf Text Font Color

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

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


#e48eaf Background Color

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

This div background color is #e48eaf


#e48eaf Border Color

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

This div border color is #e48eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48eaf


Comments

No comments written yet.

Please login to write comment.