Color Hex Logo

#e414fa Color Hex

#E414FA
(228,20,250)
0 Favorites   0 Comments

Color spaces of #e414fa

RGB 22820250
HSL0.820.960.53
HSV294°92°98°
CMYK 0.090.920.00   0.02
XYZ49.500423.896492.4460
Yxy23.89640.29850.1441
Hunter Lab48.883995.2041-77.9065
CIE-Lab55.983992.0029-65.2721

#e414fa color RGB value is (228,20,250).

#e414fa hex color red value is 228, green value is 20 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e414fa hue: 0.82 , saturation: 0.96 and the lightness value of e414fa is 0.53.

The process color (four color CMYK) of #e414fa color hex is 0.09, 0.92, 0.00, 0.02. Web safe color of #e414fa is #cc00ff. Color #e414fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00010100 11111010
Octal 344 24 372
Decimal 228 20 250
Hex E4 14 FA

RGB Percentages of Color #e414fa

%45.78
%4.02
%50.20

CMYK Percentages of Color #e414fa

%9
%92
%0
%2

Triadic Colors of #e414fa

#e414fa #fae414 #14fae4

Analogous Colors of #e414fa

#e414fa #fa149d #7114fa

Monochromatic Colors of #e414fa

#e414fa

Complementary Color

#e414fa #2afa14

#e414fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e414fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e414fa Color CSS Codes

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

#e414fa Text Font Color

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

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


#e414fa Background Color

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

This div background color is #e414fa


#e414fa Border Color

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

This div border color is #e414fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e414fa


Comments

No comments written yet.

Please login to write comment.