Color Hex Logo

#e814fe Color Hex

#E814FE
(232,20,254)
0 Favorites   0 Comments

Color spaces of #e814fe

RGB 23220254
HSL0.820.990.54
HSV294°92°100°
CMYK 0.090.920.00   0.00
XYZ51.418324.811995.8451
Yxy24.81190.29880.1442
Hunter Lab49.811597.0876-79.2150
CIE-Lab56.891793.2199-66.0002

#e814fe color RGB value is (232,20,254).

#e814fe hex color red value is 232, green value is 20 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e814fe hue: 0.82 , saturation: 0.99 and the lightness value of e814fe is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00010100 11111110
Octal 350 24 376
Decimal 232 20 254
Hex E8 14 FE

RGB Percentages of Color #e814fe

%45.85
%3.95
%50.20

CMYK Percentages of Color #e814fe

%9
%92
%0
%0

Triadic Colors of #e814fe

#e814fe #fee814 #14fee8

Analogous Colors of #e814fe

#e814fe #fe149f #7314fe

Monochromatic Colors of #e814fe

#e814fe

Complementary Color

#e814fe #2afe14

#e814fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e814fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e814fe Color CSS Codes

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

#e814fe Text Font Color

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

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


#e814fe Background Color

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

This div background color is #e814fe


#e814fe Border Color

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

This div border color is #e814fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,20,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e814fe


Comments

No comments written yet.

Please login to write comment.