Color Hex Logo

#e840fc Color Hex

#E840FC
(232,64,252)
0 Favorites   0 Comments

Color spaces of #e840fc

RGB 23264252
HSL0.820.970.62
HSV294°75°99°
CMYK 0.080.750.00   0.01
XYZ52.682827.850994.6945
Yxy27.85090.30070.1589
Hunter Lab52.774085.8373-69.4448
CIE-Lab59.753884.1959-60.2954

#e840fc color RGB value is (232,64,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01000000 11111100
Octal 350 100 374
Decimal 232 64 252
Hex E8 40 FC

RGB Percentages of Color #e840fc

%42.34
%11.68
%45.99

CMYK Percentages of Color #e840fc

%8
%75
%0
%1

Triadic Colors of #e840fc

#e840fc #fce840 #40fce8

Analogous Colors of #e840fc

#e840fc #fc40b2 #8a40fc

Monochromatic Colors of #e840fc

#e840fc

Complementary Color

#e840fc #54fc40

#e840fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e840fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e840fc Color CSS Codes

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

#e840fc Text Font Color

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

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


#e840fc Background Color

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

This div background color is #e840fc


#e840fc Border Color

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

This div border color is #e840fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e840fc


Comments

No comments written yet.

Please login to write comment.