Color Hex Logo

#eb497e Color Hex

#EB497E
(235,73,126)
0 Favorites   0 Comments

Color spaces of #eb497e

RGB 23573126
HSL0.950.800.60
HSV340°69°92°
CMYK 0.000.690.46   0.08
XYZ40.409423.933622.2285
Yxy23.93360.46680.2765
Hunter Lab48.922061.82707.3060
CIE-Lab56.021365.53206.4104

#eb497e color RGB value is (235,73,126).

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

The process color (four color CMYK) of #eb497e color hex is 0.00, 0.69, 0.46, 0.08. Web safe color of #eb497e is #ff3366. Color #eb497e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001001 01111110
Octal 353 111 176
Decimal 235 73 126
Hex EB 49 7E

RGB Percentages of Color #eb497e

%54.15
%16.82
%29.03

CMYK Percentages of Color #eb497e

%0
%69
%46
%8

Triadic Colors of #eb497e

#eb497e #7eeb49 #497eeb

Analogous Colors of #eb497e

#eb497e #eb6549 #eb49cf

Monochromatic Colors of #eb497e

#eb497e

Complementary Color

#eb497e #49ebb6

#eb497e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb497e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb497e Color CSS Codes

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

#eb497e Text Font Color

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

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


#eb497e Background Color

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

This div background color is #eb497e


#eb497e Border Color

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

This div border color is #eb497e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb497e


Comments

No comments written yet.

Please login to write comment.