Color Hex Logo

#eb498e Color Hex

#EB498E
(235,73,142)
0 Favorites   0 Comments

Color spaces of #eb498e

RGB 23573142
HSL0.930.800.60
HSV334°69°92°
CMYK 0.000.690.40   0.08
XYZ41.526024.380228.1084
Yxy24.38020.44170.2593
Hunter Lab49.376363.71180.8115
CIE-Lab56.466567.0445-2.4048

#eb498e color RGB value is (235,73,142).

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

The process color (four color CMYK) of #eb498e color hex is 0.00, 0.69, 0.40, 0.08. Web safe color of #eb498e is #ff3399. Color #eb498e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001001 10001110
Octal 353 111 216
Decimal 235 73 142
Hex EB 49 8E

RGB Percentages of Color #eb498e

%52.22
%16.22
%31.56

CMYK Percentages of Color #eb498e

%0
%69
%40
%8

Triadic Colors of #eb498e

#eb498e #8eeb49 #498eeb

Analogous Colors of #eb498e

#eb498e #eb5549 #eb49df

Monochromatic Colors of #eb498e

#eb498e

Complementary Color

#eb498e #49eba6

#eb498e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb498e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb498e Color CSS Codes

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

#eb498e Text Font Color

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

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


#eb498e Background Color

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

This div background color is #eb498e


#eb498e Border Color

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

This div border color is #eb498e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb498e


Comments

No comments written yet.

Please login to write comment.