Color Hex Logo

#ed40ac Color Hex

#ED40AC
(237,64,172)
0 Favorites   0 Comments

Color spaces of #ed40ac

RGB 23764172
HSL0.900.830.59
HSV323°73°93°
CMYK 0.000.730.27   0.07
XYZ44.204824.649941.4578
Yxy24.64990.40070.2235
Hunter Lab49.648772.0427-14.7545
CIE-Lab56.732773.8857-19.5579

#ed40ac color RGB value is (237,64,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000000 10101100
Octal 355 100 254
Decimal 237 64 172
Hex ED 40 AC

RGB Percentages of Color #ed40ac

%50.11
%13.53
%36.36

CMYK Percentages of Color #ed40ac

%0
%73
%27
%7

Triadic Colors of #ed40ac

#ed40ac #aced40 #40aced

Analogous Colors of #ed40ac

#ed40ac #ed4056 #d840ed

Monochromatic Colors of #ed40ac

#ed40ac

Complementary Color

#ed40ac #40ed81

#ed40ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed40ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed40ac Color CSS Codes

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

#ed40ac Text Font Color

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

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


#ed40ac Background Color

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

This div background color is #ed40ac


#ed40ac Border Color

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

This div border color is #ed40ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed40ac


Comments

No comments written yet.

Please login to write comment.