Color Hex Logo

#e84aed Color Hex

#E84AED
(232,74,237)
0 Favorites   0 Comments

Color spaces of #e84aed

RGB 23274237
HSL0.830.820.61
HSV298°69°93°
CMYK 0.020.690.00   0.07
XYZ51.013628.167882.8690
Yxy28.16780.31480.1738
Hunter Lab53.073378.6942-55.4244
CIE-Lab60.040078.5778-51.4993

#e84aed color RGB value is (232,74,237).

#e84aed hex color red value is 232, green value is 74 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e84aed hue: 0.83 , saturation: 0.82 and the lightness value of e84aed is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001010 11101101
Octal 350 112 355
Decimal 232 74 237
Hex E8 4A ED

RGB Percentages of Color #e84aed

%42.73
%13.63
%43.65

CMYK Percentages of Color #e84aed

%2
%69
%0
%7

Triadic Colors of #e84aed

#e84aed #ede84a #4aede8

Analogous Colors of #e84aed

#e84aed #ed4aa1 #974aed

Monochromatic Colors of #e84aed

#e84aed

Complementary Color

#e84aed #4fed4a

#e84aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84aed Color CSS Codes

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

#e84aed Text Font Color

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

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


#e84aed Background Color

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

This div background color is #e84aed


#e84aed Border Color

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

This div border color is #e84aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84aed


Comments

No comments written yet.

Please login to write comment.