Color Hex Logo

#eb80ba Color Hex

#EB80BA
(235,128,186)
0 Favorites   0 Comments

Color spaces of #eb80ba

RGB 235128186
HSL0.910.730.71
HSV327°46°92°
CMYK 0.000.460.21   0.08
XYZ50.843036.645750.8480
Yxy36.64570.36750.2649
Hunter Lab60.535743.9820-7.4267
CIE-Lab67.010448.0798-12.0464

#eb80ba color RGB value is (235,128,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000000 10111010
Octal 353 200 272
Decimal 235 128 186
Hex EB 80 BA

RGB Percentages of Color #eb80ba

%42.81
%23.32
%33.88

CMYK Percentages of Color #eb80ba

%0
%46
%21
%8

Triadic Colors of #eb80ba

#eb80ba #baeb80 #80baeb

Analogous Colors of #eb80ba

#eb80ba #eb8085 #e780eb

Monochromatic Colors of #eb80ba

#eb80ba

Complementary Color

#eb80ba #80ebb1

#eb80ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb80ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb80ba Color CSS Codes

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

#eb80ba Text Font Color

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

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


#eb80ba Background Color

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

This div background color is #eb80ba


#eb80ba Border Color

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

This div border color is #eb80ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb80ba


Comments

No comments written yet.

Please login to write comment.