Color Hex Logo

#e49689 Color Hex

#E49689
(228,150,137)
0 Favorites   0 Comments

Color spaces of #e49689

RGB 228150137
HSL0.020.630.72
HSV40°89°
CMYK 0.000.340.40   0.11
XYZ47.416640.112828.9103
Yxy40.11280.40720.3445
Hunter Lab63.334722.801517.2702
CIE-Lab69.549827.803418.9530

#e49689 color RGB value is (228,150,137).

#e49689 hex color red value is 228, green value is 150 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #e49689 hue: 0.02 , saturation: 0.63 and the lightness value of e49689 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010110 10001001
Octal 344 226 211
Decimal 228 150 137
Hex E4 96 89

RGB Percentages of Color #e49689

%44.27
%29.13
%26.60

CMYK Percentages of Color #e49689

%0
%34
%40
%11

Triadic Colors of #e49689

#e49689 #89e496 #9689e4

Analogous Colors of #e49689

#e49689 #e4c489 #e489aa

Monochromatic Colors of #e49689

#e49689

Complementary Color

#e49689 #89d7e4

#e49689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49689 Color CSS Codes

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

#e49689 Text Font Color

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

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


#e49689 Background Color

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

This div background color is #e49689


#e49689 Border Color

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

This div border color is #e49689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49689


Comments

No comments written yet.

Please login to write comment.