Color Hex Logo

#e7494d Color Hex

#E7494D
(231,73,77)
0 Favorites   0 Comments

Color spaces of #e7494d

RGB 2317377
HSL1.000.770.60
HSV358°68°91°
CMYK 0.000.680.67   0.09
XYZ36.677122.28989.3904
Yxy22.28980.53650.3261
Hunter Lab47.212156.048121.2558
CIE-Lab54.333160.857332.9009

#e7494d color RGB value is (231,73,77).

#e7494d hex color red value is 231, green value is 73 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #e7494d hue: 1.00 , saturation: 0.77 and the lightness value of e7494d is 0.60.

The process color (four color CMYK) of #e7494d color hex is 0.00, 0.68, 0.67, 0.09. Web safe color of #e7494d is #ff3366. Color #e7494d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001001 01001101
Octal 347 111 115
Decimal 231 73 77
Hex E7 49 4D

RGB Percentages of Color #e7494d

%60.63
%19.16
%20.21

CMYK Percentages of Color #e7494d

%0
%68
%67
%9

Triadic Colors of #e7494d

#e7494d #4de749 #494de7

Analogous Colors of #e7494d

#e7494d #e79449 #e7499c

Monochromatic Colors of #e7494d

#e7494d

Complementary Color

#e7494d #49e7e3

#e7494d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7494d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7494d Color CSS Codes

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

#e7494d Text Font Color

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

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


#e7494d Background Color

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

This div background color is #e7494d


#e7494d Border Color

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

This div border color is #e7494d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7494d


Comments

No comments written yet.

Please login to write comment.