Color Hex Logo

#eb129a Color Hex

#EB129A
(235,18,154)
0 Favorites   0 Comments

Color spaces of #eb129a

RGB 23518154
HSL0.900.860.50
HSV322°92°92°
CMYK 0.000.920.34   0.08
XYZ40.310020.427932.3902
Yxy20.42790.43280.2194
Hunter Lab45.197280.1034-10.8516
CIE-Lab52.317681.1875-15.7213

#eb129a color RGB value is (235,18,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010010 10011010
Octal 353 22 232
Decimal 235 18 154
Hex EB 12 9A

RGB Percentages of Color #eb129a

%57.74
%4.42
%37.84

CMYK Percentages of Color #eb129a

%0
%92
%34
%8

Triadic Colors of #eb129a

#eb129a #9aeb12 #129aeb

Analogous Colors of #eb129a

#eb129a #eb122e #d012eb

Monochromatic Colors of #eb129a

#eb129a

Complementary Color

#eb129a #12eb63

#eb129a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb129a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb129a Color CSS Codes

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

#eb129a Text Font Color

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

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


#eb129a Background Color

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

This div background color is #eb129a


#eb129a Border Color

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

This div border color is #eb129a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb129a


Comments

No comments written yet.

Please login to write comment.