Color Hex Logo

#ed49ac Color Hex

#ED49AC
(237,73,172)
0 Favorites   0 Comments

Color spaces of #ed49ac

RGB 23773172
HSL0.900.820.61
HSV324°69°93°
CMYK 0.000.690.27   0.07
XYZ44.754025.748241.6408
Yxy25.74820.39910.2296
Hunter Lab50.742768.6336-13.1351
CIE-Lab57.797370.8948-17.9354

#ed49ac color RGB value is (237,73,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001001 10101100
Octal 355 111 254
Decimal 237 73 172
Hex ED 49 AC

RGB Percentages of Color #ed49ac

%49.17
%15.15
%35.68

CMYK Percentages of Color #ed49ac

%0
%69
%27
%7

Triadic Colors of #ed49ac

#ed49ac #aced49 #49aced

Analogous Colors of #ed49ac

#ed49ac #ed495a #dc49ed

Monochromatic Colors of #ed49ac

#ed49ac

Complementary Color

#ed49ac #49ed8a

#ed49ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed49ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed49ac Color CSS Codes

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

#ed49ac Text Font Color

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

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


#ed49ac Background Color

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

This div background color is #ed49ac


#ed49ac Border Color

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

This div border color is #ed49ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed49ac


Comments

No comments written yet.

Please login to write comment.