Color Hex Logo

#e544ac Color Hex

#E544AC
(229,68,172)
0 Favorites   0 Comments

Color spaces of #e544ac

RGB 22968172
HSL0.890.760.58
HSV321°70°90°
CMYK 0.000.700.25   0.10
XYZ41.826623.770841.4134
Yxy23.77080.39090.2221
Hunter Lab48.755367.8112-16.2330
CIE-Lab55.857670.5822-21.0149

#e544ac color RGB value is (229,68,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000100 10101100
Octal 345 104 254
Decimal 229 68 172
Hex E5 44 AC

RGB Percentages of Color #e544ac

%48.83
%14.50
%36.67

CMYK Percentages of Color #e544ac

%0
%70
%25
%10

Triadic Colors of #e544ac

#e544ac #ace544 #44ace5

Analogous Colors of #e544ac

#e544ac #e5445c #ce44e5

Monochromatic Colors of #e544ac

#e544ac

Complementary Color

#e544ac #44e57d

#e544ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e544ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e544ac Color CSS Codes

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

#e544ac Text Font Color

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

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


#e544ac Background Color

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

This div background color is #e544ac


#e544ac Border Color

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

This div border color is #e544ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e544ac


Comments

No comments written yet.

Please login to write comment.