Color Hex Logo

#e50faa Color Hex

#E50FAA
(229,15,170)
0 Favorites   0 Comments

Color spaces of #e50faa

RGB 22915170
HSL0.880.880.48
HSV317°93°90°
CMYK 0.000.930.26   0.10
XYZ39.739619.901939.7772
Yxy19.90190.39970.2002
Hunter Lab44.611580.9361-21.6369
CIE-Lab51.726181.9566-26.2041

#e50faa color RGB value is (229,15,170).

#e50faa hex color red value is 229, green value is 15 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e50faa hue: 0.88 , saturation: 0.88 and the lightness value of e50faa is 0.48.

The process color (four color CMYK) of #e50faa color hex is 0.00, 0.93, 0.26, 0.10. Web safe color of #e50faa is #cc0099. Color #e50faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001111 10101010
Octal 345 17 252
Decimal 229 15 170
Hex E5 F AA

RGB Percentages of Color #e50faa

%55.31
%3.62
%41.06

CMYK Percentages of Color #e50faa

%0
%93
%26
%10

Triadic Colors of #e50faa

#e50faa #aae50f #0faae5

Analogous Colors of #e50faa

#e50faa #e50f3f #b50fe5

Monochromatic Colors of #e50faa

#e50faa

Complementary Color

#e50faa #0fe54a

#e50faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50faa Color CSS Codes

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

#e50faa Text Font Color

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

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


#e50faa Background Color

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

This div background color is #e50faa


#e50faa Border Color

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

This div border color is #e50faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50faa


Comments

No comments written yet.

Please login to write comment.