Color Hex Logo

#eb81ba Color Hex

#EB81BA
(235,129,186)
0 Favorites   0 Comments

Color spaces of #eb81ba

RGB 235129186
HSL0.910.730.71
HSV328°45°92°
CMYK 0.000.450.21   0.08
XYZ50.974136.907950.8917
Yxy36.90790.36730.2660
Hunter Lab60.751943.4554-7.1408
CIE-Lab67.207947.5770-11.7503

#eb81ba color RGB value is (235,129,186).

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

The process color (four color CMYK) of #eb81ba color hex is 0.00, 0.45, 0.21, 0.08. Web safe color of #eb81ba is #ff99cc. Color #eb81ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000001 10111010
Octal 353 201 272
Decimal 235 129 186
Hex EB 81 BA

RGB Percentages of Color #eb81ba

%42.73
%23.45
%33.82

CMYK Percentages of Color #eb81ba

%0
%45
%21
%8

Triadic Colors of #eb81ba

#eb81ba #baeb81 #81baeb

Analogous Colors of #eb81ba

#eb81ba #eb8185 #e781eb

Monochromatic Colors of #eb81ba

#eb81ba

Complementary Color

#eb81ba #81ebb2

#eb81ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb81ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb81ba Color CSS Codes

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

#eb81ba Text Font Color

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

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


#eb81ba Background Color

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

This div background color is #eb81ba


#eb81ba Border Color

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

This div border color is #eb81ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb81ba


Comments

No comments written yet.

Please login to write comment.