Color Hex Logo

#e84aef Color Hex

#E84AEF
(232,74,239)
0 Favorites   0 Comments

Color spaces of #e84aef

RGB 23274239
HSL0.830.840.61
HSV297°69°94°
CMYK 0.030.690.00   0.06
XYZ51.307528.285484.4168
Yxy28.28540.31280.1725
Hunter Lab53.184079.1299-56.8798
CIE-Lab60.145778.9011-52.4469

#e84aef color RGB value is (232,74,239).

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

The process color (four color CMYK) of #e84aef color hex is 0.03, 0.69, 0.00, 0.06. Web safe color of #e84aef is #ff33ff. Color #e84aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001010 11101111
Octal 350 112 357
Decimal 232 74 239
Hex E8 4A EF

RGB Percentages of Color #e84aef

%42.57
%13.58
%43.85

CMYK Percentages of Color #e84aef

%3
%69
%0
%6

Triadic Colors of #e84aef

#e84aef #efe84a #4aefe8

Analogous Colors of #e84aef

#e84aef #ef4aa4 #964aef

Monochromatic Colors of #e84aef

#e84aef

Complementary Color

#e84aef #51ef4a

#e84aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84aef Color CSS Codes

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

#e84aef Text Font Color

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

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


#e84aef Background Color

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

This div background color is #e84aef


#e84aef Border Color

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

This div border color is #e84aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84aef


Comments

No comments written yet.

Please login to write comment.