Color Hex Logo

#eb0baf Color Hex

#EB0BAF
(235,11,175)
0 Favorites   0 Comments

Color spaces of #eb0baf

RGB 23511175
HSL0.880.910.48
HSV316°95°92°
CMYK 0.000.950.26   0.08
XYZ42.118520.996742.3903
Yxy20.99670.39920.1990
Hunter Lab45.822283.8837-22.7740
CIE-Lab52.945984.0153-27.1657

#eb0baf color RGB value is (235,11,175).

#eb0baf hex color red value is 235, green value is 11 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #eb0baf hue: 0.88 , saturation: 0.91 and the lightness value of eb0baf is 0.48.

The process color (four color CMYK) of #eb0baf color hex is 0.00, 0.95, 0.26, 0.08. Web safe color of #eb0baf is #ff0099. Color #eb0baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00001011 10101111
Octal 353 13 257
Decimal 235 11 175
Hex EB B AF

RGB Percentages of Color #eb0baf

%55.82
%2.61
%41.57

CMYK Percentages of Color #eb0baf

%0
%95
%26
%8

Triadic Colors of #eb0baf

#eb0baf #afeb0b #0bafeb

Analogous Colors of #eb0baf

#eb0baf #eb0b3f #b70beb

Monochromatic Colors of #eb0baf

#eb0baf

Complementary Color

#eb0baf #0beb47

#eb0baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb0baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb0baf Color CSS Codes

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

#eb0baf Text Font Color

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

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


#eb0baf Background Color

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

This div background color is #eb0baf


#eb0baf Border Color

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

This div border color is #eb0baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb0baf


Comments

No comments written yet.

Please login to write comment.