Color Hex Logo

#e84fda Color Hex

#E84FDA
(232,79,218)
0 Favorites   0 Comments

Color spaces of #e84fda

RGB 23279218
HSL0.850.770.61
HSV305°66°91°
CMYK 0.000.660.06   0.09
XYZ48.729627.809769.1291
Yxy27.80970.33450.1909
Hunter Lab52.734972.6565-40.8076
CIE-Lab59.716473.8156-41.3496

#e84fda color RGB value is (232,79,218).

#e84fda hex color red value is 232, green value is 79 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e84fda hue: 0.85 , saturation: 0.77 and the lightness value of e84fda is 0.61.

The process color (four color CMYK) of #e84fda color hex is 0.00, 0.66, 0.06, 0.09. Web safe color of #e84fda is #ff66cc. Color #e84fda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001111 11011010
Octal 350 117 332
Decimal 232 79 218
Hex E8 4F DA

RGB Percentages of Color #e84fda

%43.86
%14.93
%41.21

CMYK Percentages of Color #e84fda

%0
%66
%6
%9

Triadic Colors of #e84fda

#e84fda #dae84f #4fdae8

Analogous Colors of #e84fda

#e84fda #e84f8e #aa4fe8

Monochromatic Colors of #e84fda

#e84fda

Complementary Color

#e84fda #4fe85d

#e84fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84fda Color CSS Codes

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

#e84fda Text Font Color

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

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


#e84fda Background Color

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

This div background color is #e84fda


#e84fda Border Color

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

This div border color is #e84fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84fda


Comments

No comments written yet.

Please login to write comment.