Color Hex Logo

#e55aae Color Hex

#E55AAE
(229,90,174)
0 Favorites   0 Comments

Color spaces of #e55aae

RGB 22990174
HSL0.900.730.63
HSV324°61°90°
CMYK 0.000.610.24   0.10
XYZ43.609227.026342.9625
Yxy27.02630.38390.2379
Hunter Lab51.986858.7580-12.6071
CIE-Lab58.998762.3709-17.3840

#e55aae color RGB value is (229,90,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011010 10101110
Octal 345 132 256
Decimal 229 90 174
Hex E5 5A AE

RGB Percentages of Color #e55aae

%46.45
%18.26
%35.29

CMYK Percentages of Color #e55aae

%0
%61
%24
%10

Triadic Colors of #e55aae

#e55aae #aee55a #5aaee5

Analogous Colors of #e55aae

#e55aae #e55a69 #d75ae5

Monochromatic Colors of #e55aae

#e55aae

Complementary Color

#e55aae #5ae591

#e55aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55aae Color CSS Codes

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

#e55aae Text Font Color

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

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


#e55aae Background Color

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

This div background color is #e55aae


#e55aae Border Color

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

This div border color is #e55aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55aae


Comments

No comments written yet.

Please login to write comment.