Color Hex Logo

#eb4fba Color Hex

#EB4FBA
(235,79,186)
0 Favorites   0 Comments

Color spaces of #eb4fba

RGB 23579186
HSL0.890.800.62
HSV319°66°92°
CMYK 0.000.660.21   0.08
XYZ45.919926.799349.2069
Yxy26.79930.37660.2198
Hunter Lab51.768067.7411-20.1191
CIE-Lab58.788169.9729-24.5351

#eb4fba color RGB value is (235,79,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001111 10111010
Octal 353 117 272
Decimal 235 79 186
Hex EB 4F BA

RGB Percentages of Color #eb4fba

%47.00
%15.80
%37.20

CMYK Percentages of Color #eb4fba

%0
%66
%21
%8

Triadic Colors of #eb4fba

#eb4fba #baeb4f #4fbaeb

Analogous Colors of #eb4fba

#eb4fba #eb4f6c #ce4feb

Monochromatic Colors of #eb4fba

#eb4fba

Complementary Color

#eb4fba #4feb80

#eb4fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb4fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb4fba Color CSS Codes

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

#eb4fba Text Font Color

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

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


#eb4fba Background Color

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

This div background color is #eb4fba


#eb4fba Border Color

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

This div border color is #eb4fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb4fba


Comments

No comments written yet.

Please login to write comment.