Color Hex Logo

#e55aaf Color Hex

#E55AAF
(229,90,175)
0 Favorites   0 Comments

Color spaces of #e55aaf

RGB 22990175
HSL0.900.730.63
HSV323°61°90°
CMYK 0.000.610.24   0.10
XYZ43.707127.065543.4780
Yxy27.06550.38260.2369
Hunter Lab52.024558.9194-13.1328
CIE-Lab59.034962.5031-17.9059

#e55aaf color RGB value is (229,90,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011010 10101111
Octal 345 132 257
Decimal 229 90 175
Hex E5 5A AF

RGB Percentages of Color #e55aaf

%46.36
%18.22
%35.43

CMYK Percentages of Color #e55aaf

%0
%61
%24
%10

Triadic Colors of #e55aaf

#e55aaf #afe55a #5aafe5

Analogous Colors of #e55aaf

#e55aaf #e55a6a #d65ae5

Monochromatic Colors of #e55aaf

#e55aaf

Complementary Color

#e55aaf #5ae590

#e55aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55aaf Color CSS Codes

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

#e55aaf Text Font Color

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

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


#e55aaf Background Color

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

This div background color is #e55aaf


#e55aaf Border Color

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

This div border color is #e55aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55aaf


Comments

No comments written yet.

Please login to write comment.