Color Hex Logo

#e48489 Color Hex

#E48489
(228,132,137)
0 Favorites   0 Comments

Color spaces of #e48489

RGB 228132137
HSL0.990.640.71
HSV357°42°89°
CMYK 0.000.420.40   0.11
XYZ44.761534.802728.0253
Yxy34.80270.41600.3235
Hunter Lab58.993832.197513.1297
CIE-Lab65.594837.306613.4593

#e48489 color RGB value is (228,132,137).

#e48489 hex color red value is 228, green value is 132 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #e48489 hue: 0.99 , saturation: 0.64 and the lightness value of e48489 is 0.71.

The process color (four color CMYK) of #e48489 color hex is 0.00, 0.42, 0.40, 0.11. Web safe color of #e48489 is #cc9999. Color #e48489 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000100 10001001
Octal 344 204 211
Decimal 228 132 137
Hex E4 84 89

RGB Percentages of Color #e48489

%45.88
%26.56
%27.57

CMYK Percentages of Color #e48489

%0
%42
%40
%11

Triadic Colors of #e48489

#e48489 #89e484 #8489e4

Analogous Colors of #e48489

#e48489 #e4af84 #e484b9

Monochromatic Colors of #e48489

#e48489

Complementary Color

#e48489 #84e4df

#e48489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48489 Color CSS Codes

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

#e48489 Text Font Color

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

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


#e48489 Background Color

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

This div background color is #e48489


#e48489 Border Color

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

This div border color is #e48489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48489


Comments

No comments written yet.

Please login to write comment.