Color Hex Logo

#e8496a Color Hex

#E8496A
(232,73,106)
0 Favorites   0 Comments

Color spaces of #e8496a

RGB 23273106
HSL0.970.780.60
HSV348°69°91°
CMYK 0.000.690.54   0.09
XYZ38.262822.961516.0510
Yxy22.96150.49510.2971
Hunter Lab47.918258.676013.6825
CIE-Lab55.032763.014316.8182

#e8496a color RGB value is (232,73,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001001 01101010
Octal 350 111 152
Decimal 232 73 106
Hex E8 49 6A

RGB Percentages of Color #e8496a

%56.45
%17.76
%25.79

CMYK Percentages of Color #e8496a

%0
%69
%54
%9

Triadic Colors of #e8496a

#e8496a #6ae849 #496ae8

Analogous Colors of #e8496a

#e8496a #e87849 #e849ba

Monochromatic Colors of #e8496a

#e8496a

Complementary Color

#e8496a #49e8c7

#e8496a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8496a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8496a Color CSS Codes

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

#e8496a Text Font Color

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

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


#e8496a Background Color

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

This div background color is #e8496a


#e8496a Border Color

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

This div border color is #e8496a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8496a


Comments

No comments written yet.

Please login to write comment.