Color Hex Logo

#e48589 Color Hex

#E48589
(228,133,137)
0 Favorites   0 Comments

Color spaces of #e48589

RGB 228133137
HSL0.990.640.71
HSV357°42°89°
CMYK 0.000.420.40   0.11
XYZ44.897835.075228.0707
Yxy35.07520.41560.3246
Hunter Lab59.224331.677813.3552
CIE-Lab65.807236.785513.7568

#e48589 color RGB value is (228,133,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000101 10001001
Octal 344 205 211
Decimal 228 133 137
Hex E4 85 89

RGB Percentages of Color #e48589

%45.78
%26.71
%27.51

CMYK Percentages of Color #e48589

%0
%42
%40
%11

Triadic Colors of #e48589

#e48589 #89e485 #8589e4

Analogous Colors of #e48589

#e48589 #e4b185 #e485b9

Monochromatic Colors of #e48589

#e48589

Complementary Color

#e48589 #85e4e0

#e48589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48589 Color CSS Codes

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

#e48589 Text Font Color

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

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


#e48589 Background Color

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

This div background color is #e48589


#e48589 Border Color

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

This div border color is #e48589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48589


Comments

No comments written yet.

Please login to write comment.