Color Hex Logo

#eb329d Color Hex

#EB329D
(235,50,157)
0 Favorites   0 Comments

Color spaces of #eb329d

RGB 23550157
HSL0.900.820.56
HSV325°79°92°
CMYK 0.000.790.33   0.08
XYZ41.487422.377734.0310
Yxy22.37770.42380.2286
Hunter Lab47.305173.7638-9.5393
CIE-Lab54.425575.7242-14.3044

#eb329d color RGB value is (235,50,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110010 10011101
Octal 353 62 235
Decimal 235 50 157
Hex EB 32 9D

RGB Percentages of Color #eb329d

%53.17
%11.31
%35.52

CMYK Percentages of Color #eb329d

%0
%79
%33
%8

Triadic Colors of #eb329d

#eb329d #9deb32 #329deb

Analogous Colors of #eb329d

#eb329d #eb3241 #dd32eb

Monochromatic Colors of #eb329d

#eb329d

Complementary Color

#eb329d #32eb80

#eb329d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb329d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb329d Color CSS Codes

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

#eb329d Text Font Color

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

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


#eb329d Background Color

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

This div background color is #eb329d


#eb329d Border Color

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

This div border color is #eb329d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb329d


Comments

No comments written yet.

Please login to write comment.