Color Hex Logo

#eb329e Color Hex

#EB329E
(235,50,158)
0 Favorites   0 Comments

Color spaces of #eb329e

RGB 23550158
HSL0.900.820.56
HSV325°79°92°
CMYK 0.000.790.33   0.08
XYZ41.573122.412034.4826
Yxy22.41200.42220.2276
Hunter Lab47.341373.9037-10.0469
CIE-Lab54.461475.8302-14.8401

#eb329e color RGB value is (235,50,158).

#eb329e hex color red value is 235, green value is 50 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #eb329e hue: 0.90 , saturation: 0.82 and the lightness value of eb329e is 0.56.

The process color (four color CMYK) of #eb329e color hex is 0.00, 0.79, 0.33, 0.08. Web safe color of #eb329e is #ff3399. Color #eb329e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110010 10011110
Octal 353 62 236
Decimal 235 50 158
Hex EB 32 9E

RGB Percentages of Color #eb329e

%53.05
%11.29
%35.67

CMYK Percentages of Color #eb329e

%0
%79
%33
%8

Triadic Colors of #eb329e

#eb329e #9eeb32 #329eeb

Analogous Colors of #eb329e

#eb329e #eb3242 #dc32eb

Monochromatic Colors of #eb329e

#eb329e

Complementary Color

#eb329e #32eb7f

#eb329e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb329e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb329e Color CSS Codes

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

#eb329e Text Font Color

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

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


#eb329e Background Color

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

This div background color is #eb329e


#eb329e Border Color

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

This div border color is #eb329e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,50,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 #eb329e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb329e


Comments

No comments written yet.

Please login to write comment.