Color Hex Logo

#ed409c Color Hex

#ED409C
(237,64,156)
0 Favorites   0 Comments

Color spaces of #ed409c

RGB 23764156
HSL0.910.830.59
HSV328°73°93°
CMYK 0.000.730.34   0.07
XYZ42.759224.071633.8451
Yxy24.07160.42470.2391
Hunter Lab49.062869.7063-6.5562
CIE-Lab56.159472.0871-11.0672

#ed409c color RGB value is (237,64,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000000 10011100
Octal 355 100 234
Decimal 237 64 156
Hex ED 40 9C

RGB Percentages of Color #ed409c

%51.86
%14.00
%34.14

CMYK Percentages of Color #ed409c

%0
%73
%34
%7

Triadic Colors of #ed409c

#ed409c #9ced40 #409ced

Analogous Colors of #ed409c

#ed409c #ed4045 #e840ed

Monochromatic Colors of #ed409c

#ed409c

Complementary Color

#ed409c #40ed91

#ed409c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed409c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed409c Color CSS Codes

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

#ed409c Text Font Color

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

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


#ed409c Background Color

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

This div background color is #ed409c


#ed409c Border Color

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

This div border color is #ed409c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed409c


Comments

No comments written yet.

Please login to write comment.