Color Hex Logo

#e54eae Color Hex

#E54EAE
(229,78,174)
0 Favorites   0 Comments

Color spaces of #e54eae

RGB 22978174
HSL0.890.740.60
HSV322°66°90°
CMYK 0.000.660.24   0.10
XYZ42.677525.162842.6519
Yxy25.16280.38620.2277
Hunter Lab50.162564.0806-15.2990
CIE-Lab57.233767.2124-20.0727

#e54eae color RGB value is (229,78,174).

#e54eae hex color red value is 229, green value is 78 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e54eae hue: 0.89 , saturation: 0.74 and the lightness value of e54eae is 0.60.

The process color (four color CMYK) of #e54eae color hex is 0.00, 0.66, 0.24, 0.10. Web safe color of #e54eae is #cc6699. Color #e54eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001110 10101110
Octal 345 116 256
Decimal 229 78 174
Hex E5 4E AE

RGB Percentages of Color #e54eae

%47.61
%16.22
%36.17

CMYK Percentages of Color #e54eae

%0
%66
%24
%10

Triadic Colors of #e54eae

#e54eae #aee54e #4eaee5

Analogous Colors of #e54eae

#e54eae #e54e62 #d14ee5

Monochromatic Colors of #e54eae

#e54eae

Complementary Color

#e54eae #4ee585

#e54eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54eae Color CSS Codes

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

#e54eae Text Font Color

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

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


#e54eae Background Color

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

This div background color is #e54eae


#e54eae Border Color

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

This div border color is #e54eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54eae


Comments

No comments written yet.

Please login to write comment.