Color Hex Logo

#e48eae Color Hex

#E48EAE
(228,142,174)
0 Favorites   0 Comments

Color spaces of #e48eae

RGB 228142174
HSL0.940.610.73
HSV338°38°89°
CMYK 0.000.380.24   0.11
XYZ49.307938.896044.9533
Yxy38.89600.37030.2921
Hunter Lab62.366731.98280.9210
CIE-Lab68.675936.7741-2.9308

#e48eae color RGB value is (228,142,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001110 10101110
Octal 344 216 256
Decimal 228 142 174
Hex E4 8E AE

RGB Percentages of Color #e48eae

%41.91
%26.10
%31.99

CMYK Percentages of Color #e48eae

%0
%38
%24
%11

Triadic Colors of #e48eae

#e48eae #aee48e #8eaee4

Analogous Colors of #e48eae

#e48eae #e4998e #e48ed9

Monochromatic Colors of #e48eae

#e48eae

Complementary Color

#e48eae #8ee4c4

#e48eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48eae Color CSS Codes

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

#e48eae Text Font Color

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

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


#e48eae Background Color

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

This div background color is #e48eae


#e48eae Border Color

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

This div border color is #e48eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48eae


Comments

No comments written yet.

Please login to write comment.