Color Hex Logo

#eb50ba Color Hex

#EB50BA
(235,80,186)
0 Favorites   0 Comments

Color spaces of #eb50ba

RGB 23580186
HSL0.890.790.62
HSV319°66°92°
CMYK 0.000.660.21   0.08
XYZ45.992526.944749.2311
Yxy26.94470.37650.2206
Hunter Lab51.908367.3176-19.8963
CIE-Lab58.923169.5976-24.3275

#eb50ba color RGB value is (235,80,186).

#eb50ba hex color red value is 235, green value is 80 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #eb50ba hue: 0.89 , saturation: 0.79 and the lightness value of eb50ba is 0.62.

The process color (four color CMYK) of #eb50ba color hex is 0.00, 0.66, 0.21, 0.08. Web safe color of #eb50ba is #ff66cc. Color #eb50ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010000 10111010
Octal 353 120 272
Decimal 235 80 186
Hex EB 50 BA

RGB Percentages of Color #eb50ba

%46.91
%15.97
%37.13

CMYK Percentages of Color #eb50ba

%0
%66
%21
%8

Triadic Colors of #eb50ba

#eb50ba #baeb50 #50baeb

Analogous Colors of #eb50ba

#eb50ba #eb506d #cf50eb

Monochromatic Colors of #eb50ba

#eb50ba

Complementary Color

#eb50ba #50eb81

#eb50ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb50ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb50ba Color CSS Codes

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

#eb50ba Text Font Color

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

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


#eb50ba Background Color

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

This div background color is #eb50ba


#eb50ba Border Color

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

This div border color is #eb50ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,80,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 #eb50ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb50ba


Comments

No comments written yet.

Please login to write comment.