Color Hex Logo

#e50fa6 Color Hex

#E50FA6
(229,15,166)
0 Favorites   0 Comments

Color spaces of #e50fa6

RGB 22915166
HSL0.880.880.48
HSV318°93°90°
CMYK 0.000.930.28   0.10
XYZ39.366919.752837.8142
Yxy19.75280.40610.2038
Hunter Lab44.444180.3312-19.3346
CIE-Lab51.556681.5150-24.1047

#e50fa6 color RGB value is (229,15,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001111 10100110
Octal 345 17 246
Decimal 229 15 166
Hex E5 F A6

RGB Percentages of Color #e50fa6

%55.85
%3.66
%40.49

CMYK Percentages of Color #e50fa6

%0
%93
%28
%10

Triadic Colors of #e50fa6

#e50fa6 #a6e50f #0fa6e5

Analogous Colors of #e50fa6

#e50fa6 #e50f3b #b90fe5

Monochromatic Colors of #e50fa6

#e50fa6

Complementary Color

#e50fa6 #0fe54e

#e50fa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50fa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50fa6 Color CSS Codes

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

#e50fa6 Text Font Color

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

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


#e50fa6 Background Color

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

This div background color is #e50fa6


#e50fa6 Border Color

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

This div border color is #e50fa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50fa6

#e50fa6 Color Palettes


Comments

No comments written yet.

Please login to write comment.