Color Hex Logo

#e850fa Color Hex

#E850FA
(232,80,250)
0 Favorites   0 Comments

Color spaces of #e850fa

RGB 23280250
HSL0.820.940.65
HSV294°68°98°
CMYK 0.070.680.00   0.02
XYZ53.402729.795393.3789
Yxy29.79530.30240.1687
Hunter Lab54.585179.1096-63.2181
CIE-Lab61.477278.6298-56.4358

#e850fa color RGB value is (232,80,250).

#e850fa hex color red value is 232, green value is 80 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e850fa hue: 0.82 , saturation: 0.94 and the lightness value of e850fa is 0.65.

The process color (four color CMYK) of #e850fa color hex is 0.07, 0.68, 0.00, 0.02. Web safe color of #e850fa is #ff66ff. Color #e850fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010000 11111010
Octal 350 120 372
Decimal 232 80 250
Hex E8 50 FA

RGB Percentages of Color #e850fa

%41.28
%14.23
%44.48

CMYK Percentages of Color #e850fa

%7
%68
%0
%2

Triadic Colors of #e850fa

#e850fa #fae850 #50fae8

Analogous Colors of #e850fa

#e850fa #fa50b7 #9350fa

Monochromatic Colors of #e850fa

#e850fa

Complementary Color

#e850fa #62fa50

#e850fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e850fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e850fa Color CSS Codes

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

#e850fa Text Font Color

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

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


#e850fa Background Color

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

This div background color is #e850fa


#e850fa Border Color

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

This div border color is #e850fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e850fa


Comments

No comments written yet.

Please login to write comment.