Color Hex Logo

#e84edb Color Hex

#E84EDB
(232,78,219)
0 Favorites   0 Comments

Color spaces of #e84edb

RGB 23278219
HSL0.850.770.61
HSV305°66°91°
CMYK 0.000.660.06   0.09
XYZ48.789327.719169.7967
Yxy27.71910.33350.1895
Hunter Lab52.648973.2787-41.7465
CIE-Lab59.634174.3337-42.0431

#e84edb color RGB value is (232,78,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001110 11011011
Octal 350 116 333
Decimal 232 78 219
Hex E8 4E DB

RGB Percentages of Color #e84edb

%43.86
%14.74
%41.40

CMYK Percentages of Color #e84edb

%0
%66
%6
%9

Triadic Colors of #e84edb

#e84edb #dbe84e #4edbe8

Analogous Colors of #e84edb

#e84edb #e84e8e #a84ee8

Monochromatic Colors of #e84edb

#e84edb

Complementary Color

#e84edb #4ee85b

#e84edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84edb Color CSS Codes

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

#e84edb Text Font Color

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

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


#e84edb Background Color

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

This div background color is #e84edb


#e84edb Border Color

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

This div border color is #e84edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84edb


Comments

No comments written yet.

Please login to write comment.