Color Hex Logo

#eb008f Color Hex

#EB008F
(235,0,143)
0 Favorites   0 Comments

Color spaces of #eb008f

RGB 2350143
HSL0.901.000.46
HSV323°100°92°
CMYK 0.001.000.39   0.08
XYZ39.218919.645327.7115
Yxy19.64530.45300.2269
Hunter Lab44.323080.3791-6.0430
CIE-Lab51.433881.5765-10.4796

#eb008f color RGB value is (235,0,143).

#eb008f hex color red value is 235, green value is 0 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #eb008f hue: 0.90 , saturation: 1.00 and the lightness value of eb008f is 0.46.

The process color (four color CMYK) of #eb008f color hex is 0.00, 1.00, 0.39, 0.08. Web safe color of #eb008f is #ff0099. Color #eb008f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000000 10001111
Octal 353 0 217
Decimal 235 0 143
Hex EB 0 8F

RGB Percentages of Color #eb008f

%62.17
%0.00
%37.83

CMYK Percentages of Color #eb008f

%0
%100
%39
%8

Triadic Colors of #eb008f

#eb008f #8feb00 #008feb

Analogous Colors of #eb008f

#eb008f #eb0019 #d200eb

Monochromatic Colors of #eb008f

#eb008f

Complementary Color

#eb008f #00eb5c

#eb008f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb008f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb008f Color CSS Codes

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

#eb008f Text Font Color

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

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


#eb008f Background Color

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

This div background color is #eb008f


#eb008f Border Color

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

This div border color is #eb008f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb008f


Comments

No comments written yet.

Please login to write comment.