Color Hex Logo

#eb429b Color Hex

#EB429B
(235,66,155)
0 Favorites   0 Comments

Color spaces of #eb429b

RGB 23566155
HSL0.910.810.59
HSV328°72°92°
CMYK 0.000.720.34   0.08
XYZ42.125623.925233.4081
Yxy23.92520.42350.2406
Hunter Lab48.913468.1308-6.2560
CIE-Lab56.012870.8172-10.7343

#eb429b color RGB value is (235,66,155).

#eb429b hex color red value is 235, green value is 66 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #eb429b hue: 0.91 , saturation: 0.81 and the lightness value of eb429b is 0.59.

The process color (four color CMYK) of #eb429b color hex is 0.00, 0.72, 0.34, 0.08. Web safe color of #eb429b is #ff3399. Color #eb429b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000010 10011011
Octal 353 102 233
Decimal 235 66 155
Hex EB 42 9B

RGB Percentages of Color #eb429b

%51.54
%14.47
%33.99

CMYK Percentages of Color #eb429b

%0
%72
%34
%8

Triadic Colors of #eb429b

#eb429b #9beb42 #429beb

Analogous Colors of #eb429b

#eb429b #eb4247 #e742eb

Monochromatic Colors of #eb429b

#eb429b

Complementary Color

#eb429b #42eb92

#eb429b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb429b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb429b Color CSS Codes

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

#eb429b Text Font Color

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

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


#eb429b Background Color

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

This div background color is #eb429b


#eb429b Border Color

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

This div border color is #eb429b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb429b


Comments

No comments written yet.

Please login to write comment.