Color Hex Logo

#e84ffa Color Hex

#E84FFA
(232,79,250)
0 Favorites   0 Comments

Color spaces of #e84ffa

RGB 23279250
HSL0.820.940.65
HSV294°68°98°
CMYK 0.070.680.00   0.02
XYZ53.330029.649993.3547
Yxy29.64990.30240.1681
Hunter Lab54.451779.5323-63.5335
CIE-Lab61.351078.9866-56.6370

#e84ffa color RGB value is (232,79,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001111 11111010
Octal 350 117 372
Decimal 232 79 250
Hex E8 4F FA

RGB Percentages of Color #e84ffa

%41.35
%14.08
%44.56

CMYK Percentages of Color #e84ffa

%7
%68
%0
%2

Triadic Colors of #e84ffa

#e84ffa #fae84f #4ffae8

Analogous Colors of #e84ffa

#e84ffa #fa4fb7 #934ffa

Monochromatic Colors of #e84ffa

#e84ffa

Complementary Color

#e84ffa #61fa4f

#e84ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84ffa Color CSS Codes

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

#e84ffa Text Font Color

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

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


#e84ffa Background Color

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

This div background color is #e84ffa


#e84ffa Border Color

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

This div border color is #e84ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84ffa


Comments

No comments written yet.

Please login to write comment.