Color Hex Logo

#e540fa Color Hex

#E540FA
(229,64,250)
0 Favorites   0 Comments

Color spaces of #e540fa

RGB 22964250
HSL0.810.950.62
HSV293°74°98°
CMYK 0.080.740.00   0.02
XYZ51.401827.226992.9886
Yxy27.22690.29950.1586
Hunter Lab52.179484.5260-69.1348
CIE-Lab59.183883.2967-60.1249

#e540fa color RGB value is (229,64,250).

#e540fa hex color red value is 229, green value is 64 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e540fa hue: 0.81 , saturation: 0.95 and the lightness value of e540fa is 0.62.

The process color (four color CMYK) of #e540fa color hex is 0.08, 0.74, 0.00, 0.02. Web safe color of #e540fa is #cc33ff. Color #e540fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000000 11111010
Octal 345 100 372
Decimal 229 64 250
Hex E5 40 FA

RGB Percentages of Color #e540fa

%42.17
%11.79
%46.04

CMYK Percentages of Color #e540fa

%8
%74
%0
%2

Triadic Colors of #e540fa

#e540fa #fae540 #40fae5

Analogous Colors of #e540fa

#e540fa #fa40b2 #8840fa

Monochromatic Colors of #e540fa

#e540fa

Complementary Color

#e540fa #55fa40

#e540fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e540fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e540fa Color CSS Codes

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

#e540fa Text Font Color

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

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


#e540fa Background Color

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

This div background color is #e540fa


#e540fa Border Color

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

This div border color is #e540fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e540fa


Comments

No comments written yet.

Please login to write comment.