Color Hex Logo

#e84efa Color Hex

#E84EFA
(232,78,250)
0 Favorites   0 Comments

Color spaces of #e84efa

RGB 23278250
HSL0.820.950.64
HSV294°69°98°
CMYK 0.070.690.00   0.02
XYZ53.258429.506793.3308
Yxy29.50670.30240.1676
Hunter Lab54.320179.9511-63.8459
CIE-Lab61.226279.3396-56.8359

#e84efa color RGB value is (232,78,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001110 11111010
Octal 350 116 372
Decimal 232 78 250
Hex E8 4E FA

RGB Percentages of Color #e84efa

%41.43
%13.93
%44.64

CMYK Percentages of Color #e84efa

%7
%69
%0
%2

Triadic Colors of #e84efa

#e84efa #fae84e #4efae8

Analogous Colors of #e84efa

#e84efa #fa4eb6 #924efa

Monochromatic Colors of #e84efa

#e84efa

Complementary Color

#e84efa #60fa4e

#e84efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84efa Color CSS Codes

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

#e84efa Text Font Color

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

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


#e84efa Background Color

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

This div background color is #e84efa


#e84efa Border Color

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

This div border color is #e84efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84efa


Comments

No comments written yet.

Please login to write comment.