Color Hex Logo

#eb329a Color Hex

#EB329A
(235,50,154)
0 Favorites   0 Comments

Color spaces of #eb329a

RGB 23550154
HSL0.910.820.56
HSV326°79°92°
CMYK 0.000.790.34   0.08
XYZ41.234322.276532.6983
Yxy22.27650.42860.2315
Hunter Lab47.198073.3492-8.0369
CIE-Lab54.319275.4097-12.6923

#eb329a color RGB value is (235,50,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110010 10011010
Octal 353 62 232
Decimal 235 50 154
Hex EB 32 9A

RGB Percentages of Color #eb329a

%53.53
%11.39
%35.08

CMYK Percentages of Color #eb329a

%0
%79
%34
%8

Triadic Colors of #eb329a

#eb329a #9aeb32 #329aeb

Analogous Colors of #eb329a

#eb329a #eb323e #e032eb

Monochromatic Colors of #eb329a

#eb329a

Complementary Color

#eb329a #32eb83

#eb329a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb329a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb329a Color CSS Codes

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

#eb329a Text Font Color

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

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


#eb329a Background Color

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

This div background color is #eb329a


#eb329a Border Color

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

This div border color is #eb329a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb329a


Comments

No comments written yet.

Please login to write comment.