Color Hex Logo

#eb489b Color Hex

#EB489B
(235,72,155)
0 Favorites   0 Comments

Color spaces of #eb489b

RGB 23572155
HSL0.920.800.60
HSV329°69°92°
CMYK 0.000.690.34   0.08
XYZ42.494724.663533.5311
Yxy24.66350.42200.2449
Hunter Lab49.662465.8284-5.2679
CIE-Lab56.746168.7668-9.6355

#eb489b color RGB value is (235,72,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001000 10011011
Octal 353 110 233
Decimal 235 72 155
Hex EB 48 9B

RGB Percentages of Color #eb489b

%50.87
%15.58
%33.55

CMYK Percentages of Color #eb489b

%0
%69
%34
%8

Triadic Colors of #eb489b

#eb489b #9beb48 #489beb

Analogous Colors of #eb489b

#eb489b #eb484a #ea48eb

Monochromatic Colors of #eb489b

#eb489b

Complementary Color

#eb489b #48eb98

#eb489b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb489b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb489b Color CSS Codes

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

#eb489b Text Font Color

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

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


#eb489b Background Color

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

This div background color is #eb489b


#eb489b Border Color

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

This div border color is #eb489b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb489b


Comments

No comments written yet.

Please login to write comment.