Color Hex Logo

#e54ace Color Hex

#E54ACE
(229,74,206)
0 Favorites   0 Comments

Color spaces of #e54ace

RGB 22974206
HSL0.860.750.59
HSV309°68°90°
CMYK 0.000.680.10   0.10
XYZ45.902526.011860.9940
Yxy26.01180.34540.1957
Hunter Lab51.001871.4001-35.2048
CIE-Lab58.048273.1124-37.1996

#e54ace color RGB value is (229,74,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001010 11001110
Octal 345 112 316
Decimal 229 74 206
Hex E5 4A CE

RGB Percentages of Color #e54ace

%44.99
%14.54
%40.47

CMYK Percentages of Color #e54ace

%0
%68
%10
%10

Triadic Colors of #e54ace

#e54ace #cee54a #4acee5

Analogous Colors of #e54ace

#e54ace #e54a81 #af4ae5

Monochromatic Colors of #e54ace

#e54ace

Complementary Color

#e54ace #4ae561

#e54ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54ace Color CSS Codes

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

#e54ace Text Font Color

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

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


#e54ace Background Color

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

This div background color is #e54ace


#e54ace Border Color

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

This div border color is #e54ace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,74,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54ace


Comments

No comments written yet.

Please login to write comment.