Color Hex Logo

#e8496e Color Hex

#E8496E
(232,73,110)
0 Favorites   0 Comments

Color spaces of #e8496e

RGB 23273110
HSL0.960.780.60
HSV346°69°91°
CMYK 0.000.690.53   0.09
XYZ38.475723.046717.1724
Yxy23.04670.48890.2929
Hunter Lab48.007059.048512.3965
CIE-Lab55.120463.319614.5642

#e8496e color RGB value is (232,73,110).

#e8496e hex color red value is 232, green value is 73 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #e8496e hue: 0.96 , saturation: 0.78 and the lightness value of e8496e is 0.60.

The process color (four color CMYK) of #e8496e color hex is 0.00, 0.69, 0.53, 0.09. Web safe color of #e8496e is #ff3366. Color #e8496e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001001 01101110
Octal 350 111 156
Decimal 232 73 110
Hex E8 49 6E

RGB Percentages of Color #e8496e

%55.90
%17.59
%26.51

CMYK Percentages of Color #e8496e

%0
%69
%53
%9

Triadic Colors of #e8496e

#e8496e #6ee849 #496ee8

Analogous Colors of #e8496e

#e8496e #e87449 #e849be

Monochromatic Colors of #e8496e

#e8496e

Complementary Color

#e8496e #49e8c3

#e8496e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8496e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8496e Color CSS Codes

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

#e8496e Text Font Color

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

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


#e8496e Background Color

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

This div background color is #e8496e


#e8496e Border Color

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

This div border color is #e8496e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,73,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e8496e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e8496e;
  -webkit-box-shadow: 1px 1px 3px 2px #e8496e;
  box-shadow:         1px 1px 3px 2px #e8496e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,73,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8496e


Comments

No comments written yet.

Please login to write comment.