Color Hex Logo

#eb497a Color Hex

#EB497A
(235,73,122)
0 Favorites   0 Comments

Color spaces of #eb497a

RGB 23573122
HSL0.950.800.60
HSV342°69°92°
CMYK 0.000.690.48   0.08
XYZ40.156323.832420.8960
Yxy23.83240.47310.2808
Hunter Lab48.818461.39548.7947
CIE-Lab55.919665.18358.6369

#eb497a color RGB value is (235,73,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001001 01111010
Octal 353 111 172
Decimal 235 73 122
Hex EB 49 7A

RGB Percentages of Color #eb497a

%54.65
%16.98
%28.37

CMYK Percentages of Color #eb497a

%0
%69
%48
%8

Triadic Colors of #eb497a

#eb497a #7aeb49 #497aeb

Analogous Colors of #eb497a

#eb497a #eb6949 #eb49cb

Monochromatic Colors of #eb497a

#eb497a

Complementary Color

#eb497a #49ebba

#eb497a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb497a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb497a Color CSS Codes

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

#eb497a Text Font Color

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

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


#eb497a Background Color

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

This div background color is #eb497a


#eb497a Border Color

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

This div border color is #eb497a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb497a


Comments

No comments written yet.

Please login to write comment.