Color Hex Logo

#eb489a Color Hex

#EB489A
(235,72,154)
0 Favorites   0 Comments

Color spaces of #eb489a

RGB 23572154
HSL0.920.800.60
HSV330°69°92°
CMYK 0.000.690.34   0.08
XYZ42.411024.630033.0906
Yxy24.63000.42360.2460
Hunter Lab49.628665.6902-4.7924
CIE-Lab56.713168.6576-9.0982

#eb489a color RGB value is (235,72,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001000 10011010
Octal 353 110 232
Decimal 235 72 154
Hex EB 48 9A

RGB Percentages of Color #eb489a

%50.98
%15.62
%33.41

CMYK Percentages of Color #eb489a

%0
%69
%34
%8

Triadic Colors of #eb489a

#eb489a #9aeb48 #489aeb

Analogous Colors of #eb489a

#eb489a #eb4849 #eb48eb

Monochromatic Colors of #eb489a

#eb489a

Complementary Color

#eb489a #48eb99

#eb489a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb489a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb489a Color CSS Codes

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

#eb489a Text Font Color

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

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


#eb489a Background Color

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

This div background color is #eb489a


#eb489a Border Color

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

This div border color is #eb489a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb489a


Comments

No comments written yet.

Please login to write comment.