Color Hex Logo

#e554ae Color Hex

#E554AE
(229,84,174)
0 Favorites   0 Comments

Color spaces of #e554ae

RGB 22984174
HSL0.900.740.61
HSV323°63°90°
CMYK 0.000.630.24   0.10
XYZ43.123426.054742.8006
Yxy26.05470.38510.2327
Hunter Lab51.043861.4757-13.9844
CIE-Lab58.088964.8548-18.7680

#e554ae color RGB value is (229,84,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010100 10101110
Octal 345 124 256
Decimal 229 84 174
Hex E5 54 AE

RGB Percentages of Color #e554ae

%47.02
%17.25
%35.73

CMYK Percentages of Color #e554ae

%0
%63
%24
%10

Triadic Colors of #e554ae

#e554ae #aee554 #54aee5

Analogous Colors of #e554ae

#e554ae #e55466 #d454e5

Monochromatic Colors of #e554ae

#e554ae

Complementary Color

#e554ae #54e58b

#e554ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e554ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e554ae Color CSS Codes

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

#e554ae Text Font Color

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

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


#e554ae Background Color

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

This div background color is #e554ae


#e554ae Border Color

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

This div border color is #e554ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e554ae


Comments

No comments written yet.

Please login to write comment.