Color Hex Logo

#e841fc Color Hex

#E841FC
(232,65,252)
0 Favorites   0 Comments

Color spaces of #e841fc

RGB 23265252
HSL0.820.970.62
HSV294°74°99°
CMYK 0.080.740.00   0.01
XYZ52.739727.964794.7135
Yxy27.96470.30070.1594
Hunter Lab52.881785.4779-69.1740
CIE-Lab59.856883.8996-60.1305

#e841fc color RGB value is (232,65,252).

#e841fc hex color red value is 232, green value is 65 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e841fc hue: 0.82 , saturation: 0.97 and the lightness value of e841fc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01000001 11111100
Octal 350 101 374
Decimal 232 65 252
Hex E8 41 FC

RGB Percentages of Color #e841fc

%42.26
%11.84
%45.90

CMYK Percentages of Color #e841fc

%8
%74
%0
%1

Triadic Colors of #e841fc

#e841fc #fce841 #41fce8

Analogous Colors of #e841fc

#e841fc #fc41b3 #8b41fc

Monochromatic Colors of #e841fc

#e841fc

Complementary Color

#e841fc #55fc41

#e841fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e841fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e841fc Color CSS Codes

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

#e841fc Text Font Color

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

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


#e841fc Background Color

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

This div background color is #e841fc


#e841fc Border Color

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

This div border color is #e841fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e841fc

Related Colors


Comments

No comments written yet.

Please login to write comment.