Color Hex Logo

#ed329c Color Hex

#ED329C
(237,50,156)
0 Favorites   0 Comments

Color spaces of #ed329c

RGB 23750156
HSL0.910.840.56
HSV326°79°93°
CMYK 0.000.790.34   0.07
XYZ42.066422.686033.6142
Yxy22.68600.42760.2306
Hunter Lab47.629874.2980-8.5024
CIE-Lab54.747476.0928-13.1929

#ed329c color RGB value is (237,50,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110010 10011100
Octal 355 62 234
Decimal 237 50 156
Hex ED 32 9C

RGB Percentages of Color #ed329c

%53.50
%11.29
%35.21

CMYK Percentages of Color #ed329c

%0
%79
%34
%7

Triadic Colors of #ed329c

#ed329c #9ced32 #329ced

Analogous Colors of #ed329c

#ed329c #ed323e #e132ed

Monochromatic Colors of #ed329c

#ed329c

Complementary Color

#ed329c #32ed83

#ed329c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed329c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed329c Color CSS Codes

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

#ed329c Text Font Color

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

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


#ed329c Background Color

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

This div background color is #ed329c


#ed329c Border Color

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

This div border color is #ed329c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed329c


Comments

No comments written yet.

Please login to write comment.