Color Hex Logo

#eb81bd Color Hex

#EB81BD
(235,129,189)
0 Favorites   0 Comments

Color spaces of #eb81bd

RGB 235129189
HSL0.910.730.71
HSV326°45°92°
CMYK 0.000.450.20   0.08
XYZ51.296537.036852.5893
Yxy37.03680.36400.2628
Hunter Lab60.857943.9546-8.6339
CIE-Lab67.304648.0146-13.2904

#eb81bd color RGB value is (235,129,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000001 10111101
Octal 353 201 275
Decimal 235 129 189
Hex EB 81 BD

RGB Percentages of Color #eb81bd

%42.50
%23.33
%34.18

CMYK Percentages of Color #eb81bd

%0
%45
%20
%8

Triadic Colors of #eb81bd

#eb81bd #bdeb81 #81bdeb

Analogous Colors of #eb81bd

#eb81bd #eb8188 #e481eb

Monochromatic Colors of #eb81bd

#eb81bd

Complementary Color

#eb81bd #81ebaf

#eb81bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb81bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb81bd Color CSS Codes

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

#eb81bd Text Font Color

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

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


#eb81bd Background Color

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

This div background color is #eb81bd


#eb81bd Border Color

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

This div border color is #eb81bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb81bd


Comments

No comments written yet.

Please login to write comment.