Color Hex Logo

#e850fe Color Hex

#E850FE
(232,80,254)
0 Favorites   0 Comments

Color spaces of #e850fe

RGB 23280254
HSL0.810.990.65
HSV292°69°100°
CMYK 0.090.690.00   0.00
XYZ54.036830.048996.7179
Yxy30.04890.29890.1662
Hunter Lab54.816980.0303-66.2384
CIE-Lab61.696479.3116-58.2963

#e850fe color RGB value is (232,80,254).

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

The process color (four color CMYK) of #e850fe color hex is 0.09, 0.69, 0.00, 0.00. Web safe color of #e850fe is #ff66ff. Color #e850fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010000 11111110
Octal 350 120 376
Decimal 232 80 254
Hex E8 50 FE

RGB Percentages of Color #e850fe

%40.99
%14.13
%44.88

CMYK Percentages of Color #e850fe

%9
%69
%0
%0

Triadic Colors of #e850fe

#e850fe #fee850 #50fee8

Analogous Colors of #e850fe

#e850fe #fe50bd #9150fe

Monochromatic Colors of #e850fe

#e850fe

Complementary Color

#e850fe #66fe50

#e850fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e850fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e850fe Color CSS Codes

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

#e850fe Text Font Color

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

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


#e850fe Background Color

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

This div background color is #e850fe


#e850fe Border Color

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

This div border color is #e850fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e850fe

Related Colors


Comments

No comments written yet.

Please login to write comment.