Color Hex Logo

#e84fef Color Hex

#E84FEF
(232,79,239)
0 Favorites   0 Comments

Color spaces of #e84fef

RGB 23279239
HSL0.830.830.62
HSV297°67°94°
CMYK 0.030.670.00   0.06
XYZ51.654728.979884.5325
Yxy28.97980.31270.1755
Hunter Lab53.832977.0700-55.4186
CIE-Lab60.763877.1532-51.4651

#e84fef color RGB value is (232,79,239).

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

The process color (four color CMYK) of #e84fef color hex is 0.03, 0.67, 0.00, 0.06. Web safe color of #e84fef is #ff66ff. Color #e84fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001111 11101111
Octal 350 117 357
Decimal 232 79 239
Hex E8 4F EF

RGB Percentages of Color #e84fef

%42.18
%14.36
%43.45

CMYK Percentages of Color #e84fef

%3
%67
%0
%6

Triadic Colors of #e84fef

#e84fef #efe84f #4fefe8

Analogous Colors of #e84fef

#e84fef #ef4fa6 #984fef

Monochromatic Colors of #e84fef

#e84fef

Complementary Color

#e84fef #56ef4f

#e84fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84fef Color CSS Codes

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

#e84fef Text Font Color

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

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


#e84fef Background Color

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

This div background color is #e84fef


#e84fef Border Color

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

This div border color is #e84fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84fef


Comments

No comments written yet.

Please login to write comment.