Color Hex Logo

#e841fe Color Hex

#E841FE
(232,65,254)
0 Favorites   0 Comments

Color spaces of #e841fe

RGB 23265254
HSL0.810.990.63
HSV293°74°100°
CMYK 0.090.740.00   0.00
XYZ53.058428.092296.3918
Yxy28.09220.29880.1582
Hunter Lab53.002185.9361-70.7258
CIE-Lab59.971984.2294-61.0531

#e841fe color RGB value is (232,65,254).

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

The process color (four color CMYK) of #e841fe color hex is 0.09, 0.74, 0.00, 0.00. Web safe color of #e841fe is #ff33ff. Color #e841fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01000001 11111110
Octal 350 101 376
Decimal 232 65 254
Hex E8 41 FE

RGB Percentages of Color #e841fe

%42.11
%11.80
%46.10

CMYK Percentages of Color #e841fe

%9
%74
%0
%0

Triadic Colors of #e841fe

#e841fe #fee841 #41fee8

Analogous Colors of #e841fe

#e841fe #fe41b6 #8a41fe

Monochromatic Colors of #e841fe

#e841fe

Complementary Color

#e841fe #57fe41

#e841fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e841fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e841fe Color CSS Codes

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

#e841fe Text Font Color

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

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


#e841fe Background Color

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

This div background color is #e841fe


#e841fe Border Color

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

This div border color is #e841fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e841fe

Related Colors


Comments

No comments written yet.

Please login to write comment.