Color Hex Logo

#eb87ba Color Hex

#EB87BA
(235,135,186)
0 Favorites   0 Comments

Color spaces of #eb87ba

RGB 235135186
HSL0.920.710.73
HSV329°43°92°
CMYK 0.000.430.21   0.08
XYZ51.787838.535351.1629
Yxy38.53530.36600.2724
Hunter Lab62.076840.2799-5.4123
CIE-Lab68.413344.5313-9.9472

#eb87ba color RGB value is (235,135,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000111 10111010
Octal 353 207 272
Decimal 235 135 186
Hex EB 87 BA

RGB Percentages of Color #eb87ba

%42.27
%24.28
%33.45

CMYK Percentages of Color #eb87ba

%0
%43
%21
%8

Triadic Colors of #eb87ba

#eb87ba #baeb87 #87baeb

Analogous Colors of #eb87ba

#eb87ba #eb8788 #ea87eb

Monochromatic Colors of #eb87ba

#eb87ba

Complementary Color

#eb87ba #87ebb8

#eb87ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb87ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb87ba Color CSS Codes

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

#eb87ba Text Font Color

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

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


#eb87ba Background Color

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

This div background color is #eb87ba


#eb87ba Border Color

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

This div border color is #eb87ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb87ba


Comments

No comments written yet.

Please login to write comment.