Color Hex Logo

#e48ead Color Hex

#E48EAD
(228,142,173)
0 Favorites   0 Comments

Color spaces of #e48ead

RGB 228142173
HSL0.940.610.73
HSV338°38°89°
CMYK 0.000.380.24   0.11
XYZ49.210738.857144.4416
Yxy38.85710.37140.2932
Hunter Lab62.335531.82971.3645
CIE-Lab68.647636.6317-2.4123

#e48ead color RGB value is (228,142,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001110 10101101
Octal 344 216 255
Decimal 228 142 173
Hex E4 8E AD

RGB Percentages of Color #e48ead

%41.99
%26.15
%31.86

CMYK Percentages of Color #e48ead

%0
%38
%24
%11

Triadic Colors of #e48ead

#e48ead #ade48e #8eade4

Analogous Colors of #e48ead

#e48ead #e49a8e #e48ed8

Monochromatic Colors of #e48ead

#e48ead

Complementary Color

#e48ead #8ee4c5

#e48ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48ead Color CSS Codes

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

#e48ead Text Font Color

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

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


#e48ead Background Color

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

This div background color is #e48ead


#e48ead Border Color

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

This div border color is #e48ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48ead


Comments

No comments written yet.

Please login to write comment.