Color Hex Logo

#eb138b Color Hex

#EB138B
(235,19,139)
0 Favorites   0 Comments

Color spaces of #eb138b

RGB 23519139
HSL0.910.850.50
HSV327°92°92°
CMYK 0.000.920.41   0.08
XYZ39.154019.992026.2213
Yxy19.99200.45870.2342
Hunter Lab44.712478.0631-3.4715
CIE-Lab51.828279.6712-7.4857

#eb138b color RGB value is (235,19,139).

#eb138b hex color red value is 235, green value is 19 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #eb138b hue: 0.91 , saturation: 0.85 and the lightness value of eb138b is 0.50.

The process color (four color CMYK) of #eb138b color hex is 0.00, 0.92, 0.41, 0.08. Web safe color of #eb138b is #ff0099. Color #eb138b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010011 10001011
Octal 353 23 213
Decimal 235 19 139
Hex EB 13 8B

RGB Percentages of Color #eb138b

%59.80
%4.83
%35.37

CMYK Percentages of Color #eb138b

%0
%92
%41
%8

Triadic Colors of #eb138b

#eb138b #8beb13 #138beb

Analogous Colors of #eb138b

#eb138b #eb131f #df13eb

Monochromatic Colors of #eb138b

#eb138b

Complementary Color

#eb138b #13eb73

#eb138b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb138b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb138b Color CSS Codes

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

#eb138b Text Font Color

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

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


#eb138b Background Color

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

This div background color is #eb138b


#eb138b Border Color

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

This div border color is #eb138b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb138b


Comments

No comments written yet.

Please login to write comment.