Color Hex Logo

#eb81bb Color Hex

#EB81BB
(235,129,187)
0 Favorites   0 Comments

Color spaces of #eb81bb

RGB 235129187
HSL0.910.730.71
HSV327°45°92°
CMYK 0.000.450.20   0.08
XYZ51.080836.950551.4536
Yxy36.95050.36620.2649
Hunter Lab60.786943.6210-7.6357
CIE-Lab67.239947.7223-12.2642

#eb81bb color RGB value is (235,129,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000001 10111011
Octal 353 201 273
Decimal 235 129 187
Hex EB 81 BB

RGB Percentages of Color #eb81bb

%42.65
%23.41
%33.94

CMYK Percentages of Color #eb81bb

%0
%45
%20
%8

Triadic Colors of #eb81bb

#eb81bb #bbeb81 #81bbeb

Analogous Colors of #eb81bb

#eb81bb #eb8186 #e681eb

Monochromatic Colors of #eb81bb

#eb81bb

Complementary Color

#eb81bb #81ebb1

#eb81bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb81bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb81bb Color CSS Codes

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

#eb81bb Text Font Color

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

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


#eb81bb Background Color

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

This div background color is #eb81bb


#eb81bb Border Color

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

This div border color is #eb81bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb81bb


Comments

No comments written yet.

Please login to write comment.