Color Hex Logo

#eb494c Color Hex

#EB494C
(235,73,76)
0 Favorites   0 Comments

Color spaces of #eb494c

RGB 2357376
HSL1.000.800.60
HSV359°69°92°
CMYK 0.000.690.68   0.08
XYZ37.948022.94919.2670
Yxy22.94910.54080.3271
Hunter Lab47.905257.564222.0643
CIE-Lab55.019962.054234.4736

#eb494c color RGB value is (235,73,76).

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

The process color (four color CMYK) of #eb494c color hex is 0.00, 0.69, 0.68, 0.08. Web safe color of #eb494c is #ff3333. Color #eb494c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001001 01001100
Octal 353 111 114
Decimal 235 73 76
Hex EB 49 4C

RGB Percentages of Color #eb494c

%61.20
%19.01
%19.79

CMYK Percentages of Color #eb494c

%0
%69
%68
%8

Triadic Colors of #eb494c

#eb494c #4ceb49 #494ceb

Analogous Colors of #eb494c

#eb494c #eb9749 #eb499d

Monochromatic Colors of #eb494c

#eb494c

Complementary Color

#eb494c #49ebe8

#eb494c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb494c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb494c Color CSS Codes

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

#eb494c Text Font Color

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

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


#eb494c Background Color

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

This div background color is #eb494c


#eb494c Border Color

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

This div border color is #eb494c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb494c


Comments

No comments written yet.

Please login to write comment.