Color Hex Logo

#e54aac Color Hex

#E54AAC
(229,74,172)
0 Favorites   0 Comments

Color spaces of #e54aac

RGB 22974172
HSL0.890.750.59
HSV322°68°90°
CMYK 0.000.680.25   0.10
XYZ42.208324.534141.5407
Yxy24.53410.38980.2266
Hunter Lab49.531965.4268-15.0521
CIE-Lab56.618668.4552-19.8511

#e54aac color RGB value is (229,74,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001010 10101100
Octal 345 112 254
Decimal 229 74 172
Hex E5 4A AC

RGB Percentages of Color #e54aac

%48.21
%15.58
%36.21

CMYK Percentages of Color #e54aac

%0
%68
%25
%10

Triadic Colors of #e54aac

#e54aac #ace54a #4aace5

Analogous Colors of #e54aac

#e54aac #e54a5f #d14ae5

Monochromatic Colors of #e54aac

#e54aac

Complementary Color

#e54aac #4ae583

#e54aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54aac Color CSS Codes

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

#e54aac Text Font Color

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

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


#e54aac Background Color

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

This div background color is #e54aac


#e54aac Border Color

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

This div border color is #e54aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54aac


Comments

No comments written yet.

Please login to write comment.