Color Hex Logo

#e80fef Color Hex

#E80FEF
(232,15,239)
0 Favorites   0 Comments

Color spaces of #e80fef

RGB 23215239
HSL0.830.880.50
HSV298°94°94°
CMYK 0.030.940.00   0.06
XYZ49.029523.729483.6575
Yxy23.72940.31350.1517
Hunter Lab48.712894.4129-67.7233
CIE-Lab55.815891.4477-59.3597

#e80fef color RGB value is (232,15,239).

#e80fef hex color red value is 232, green value is 15 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e80fef hue: 0.83 , saturation: 0.88 and the lightness value of e80fef is 0.50.

The process color (four color CMYK) of #e80fef color hex is 0.03, 0.94, 0.00, 0.06. Web safe color of #e80fef is #ff00ff. Color #e80fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001111 11101111
Octal 350 17 357
Decimal 232 15 239
Hex E8 F EF

RGB Percentages of Color #e80fef

%47.74
%3.09
%49.18

CMYK Percentages of Color #e80fef

%3
%94
%0
%6

Triadic Colors of #e80fef

#e80fef #efe80f #0fefe8

Analogous Colors of #e80fef

#e80fef #ef0f86 #780fef

Monochromatic Colors of #e80fef

#e80fef

Complementary Color

#e80fef #16ef0f

#e80fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80fef Color CSS Codes

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

#e80fef Text Font Color

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

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


#e80fef Background Color

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

This div background color is #e80fef


#e80fef Border Color

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

This div border color is #e80fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80fef


Comments

No comments written yet.

Please login to write comment.