Color Hex Logo

#e49eba Color Hex

#E49EBA
(228,158,186)
0 Favorites   0 Comments

Color spaces of #e49eba

RGB 228158186
HSL0.930.560.76
HSV336°31°89°
CMYK 0.000.310.18   0.11
XYZ53.084744.492952.2445
Yxy44.49290.35430.2970
Hunter Lab66.703025.32660.2538
CIE-Lab72.556730.0527-3.8914

#e49eba color RGB value is (228,158,186).

#e49eba hex color red value is 228, green value is 158 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e49eba hue: 0.93 , saturation: 0.56 and the lightness value of e49eba is 0.76.

The process color (four color CMYK) of #e49eba color hex is 0.00, 0.31, 0.18, 0.11. Web safe color of #e49eba is #cc99cc. Color #e49eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011110 10111010
Octal 344 236 272
Decimal 228 158 186
Hex E4 9E BA

RGB Percentages of Color #e49eba

%39.86
%27.62
%32.52

CMYK Percentages of Color #e49eba

%0
%31
%18
%11

Triadic Colors of #e49eba

#e49eba #bae49e #9ebae4

Analogous Colors of #e49eba

#e49eba #e4a59e #e49edd

Monochromatic Colors of #e49eba

#e49eba

Complementary Color

#e49eba #9ee4c8

#e49eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49eba Color CSS Codes

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

#e49eba Text Font Color

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

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


#e49eba Background Color

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

This div background color is #e49eba


#e49eba Border Color

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

This div border color is #e49eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49eba


Comments

No comments written yet.

Please login to write comment.