Color Hex Logo

#eb89da Color Hex

#EB89DA
(235,137,218)
0 Favorites   0 Comments

Color spaces of #eb89da

RGB 235137218
HSL0.860.710.73
HSV310°42°92°
CMYK 0.000.420.07   0.08
XYZ55.861540.615471.2250
Yxy40.61540.33310.2422
Hunter Lab63.730244.9329-21.6515
CIE-Lab69.905648.5378-25.5019

#eb89da color RGB value is (235,137,218).

#eb89da hex color red value is 235, green value is 137 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #eb89da hue: 0.86 , saturation: 0.71 and the lightness value of eb89da is 0.73.

The process color (four color CMYK) of #eb89da color hex is 0.00, 0.42, 0.07, 0.08. Web safe color of #eb89da is #ff99cc. Color #eb89da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001001 11011010
Octal 353 211 332
Decimal 235 137 218
Hex EB 89 DA

RGB Percentages of Color #eb89da

%39.83
%23.22
%36.95

CMYK Percentages of Color #eb89da

%0
%42
%7
%8

Triadic Colors of #eb89da

#eb89da #daeb89 #89daeb

Analogous Colors of #eb89da

#eb89da #eb89a9 #cb89eb

Monochromatic Colors of #eb89da

#eb89da

Complementary Color

#eb89da #89eb9a

#eb89da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb89da Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb89da Color CSS Codes

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

#eb89da Text Font Color

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

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


#eb89da Background Color

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

This div background color is #eb89da


#eb89da Border Color

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

This div border color is #eb89da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb89da


Comments

No comments written yet.

Please login to write comment.