Color Hex Logo

#e549ac Color Hex

#E549AC
(229,73,172)
0 Favorites   0 Comments

Color spaces of #e549ac

RGB 22973172
HSL0.890.750.59
HSV322°68°90°
CMYK 0.000.680.25   0.10
XYZ42.142024.401741.5186
Yxy24.40170.39000.2258
Hunter Lab49.398165.8335-15.2540
CIE-Lab56.487868.8195-20.0510

#e549ac color RGB value is (229,73,172).

#e549ac hex color red value is 229, green value is 73 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e549ac hue: 0.89 , saturation: 0.75 and the lightness value of e549ac is 0.59.

The process color (four color CMYK) of #e549ac color hex is 0.00, 0.68, 0.25, 0.10. Web safe color of #e549ac is #cc3399. Color #e549ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001001 10101100
Octal 345 111 254
Decimal 229 73 172
Hex E5 49 AC

RGB Percentages of Color #e549ac

%48.31
%15.40
%36.29

CMYK Percentages of Color #e549ac

%0
%68
%25
%10

Triadic Colors of #e549ac

#e549ac #ace549 #49ace5

Analogous Colors of #e549ac

#e549ac #e5495e #d049e5

Monochromatic Colors of #e549ac

#e549ac

Complementary Color

#e549ac #49e582

#e549ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e549ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e549ac Color CSS Codes

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

#e549ac Text Font Color

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

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


#e549ac Background Color

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

This div background color is #e549ac


#e549ac Border Color

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

This div border color is #e549ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e549ac


Comments

No comments written yet.

Please login to write comment.