Color Hex Logo

#e84edf Color Hex

#E84EDF
(232,78,223)
0 Favorites   0 Comments

Color spaces of #e84edf

RGB 23278223
HSL0.840.770.61
HSV304°66°91°
CMYK 0.000.660.04   0.09
XYZ49.322427.932372.6039
Yxy27.93230.32910.1864
Hunter Lab52.851074.0931-44.4537
CIE-Lab59.827574.9529-43.9912

#e84edf color RGB value is (232,78,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001110 11011111
Octal 350 116 337
Decimal 232 78 223
Hex E8 4E DF

RGB Percentages of Color #e84edf

%43.53
%14.63
%41.84

CMYK Percentages of Color #e84edf

%0
%66
%4
%9

Triadic Colors of #e84edf

#e84edf #dfe84e #4edfe8

Analogous Colors of #e84edf

#e84edf #e84e92 #a44ee8

Monochromatic Colors of #e84edf

#e84edf

Complementary Color

#e84edf #4ee857

#e84edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84edf Color CSS Codes

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

#e84edf Text Font Color

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

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


#e84edf Background Color

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

This div background color is #e84edf


#e84edf Border Color

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

This div border color is #e84edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84edf


Comments

No comments written yet.

Please login to write comment.