Color Hex Logo

#eb129e Color Hex

#EB129E
(235,18,158)
0 Favorites   0 Comments

Color spaces of #eb129e

RGB 23518158
HSL0.890.860.50
HSV321°92°92°
CMYK 0.000.920.33   0.08
XYZ40.648820.563434.1745
Yxy20.56340.42610.2156
Hunter Lab45.346980.6498-12.9395
CIE-Lab52.468381.5873-17.8693

#eb129e color RGB value is (235,18,158).

#eb129e hex color red value is 235, green value is 18 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #eb129e hue: 0.89 , saturation: 0.86 and the lightness value of eb129e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010010 10011110
Octal 353 22 236
Decimal 235 18 158
Hex EB 12 9E

RGB Percentages of Color #eb129e

%57.18
%4.38
%38.44

CMYK Percentages of Color #eb129e

%0
%92
%33
%8

Triadic Colors of #eb129e

#eb129e #9eeb12 #129eeb

Analogous Colors of #eb129e

#eb129e #eb1231 #cc12eb

Monochromatic Colors of #eb129e

#eb129e

Complementary Color

#eb129e #12eb5f

#eb129e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb129e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb129e Color CSS Codes

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

#eb129e Text Font Color

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

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


#eb129e Background Color

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

This div background color is #eb129e


#eb129e Border Color

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

This div border color is #eb129e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb129e


Comments

No comments written yet.

Please login to write comment.