Color Hex Logo

#e84efd Color Hex

#E84EFD
(232,78,253)
0 Favorites   0 Comments

Color spaces of #e84efd

RGB 23278253
HSL0.810.980.65
HSV293°69°99°
CMYK 0.080.690.00   0.01
XYZ53.732729.696495.8285
Yxy29.69640.29980.1657
Hunter Lab54.494480.6398-66.1155
CIE-Lab61.391479.8478-58.2310

#e84efd color RGB value is (232,78,253).

#e84efd hex color red value is 232, green value is 78 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e84efd hue: 0.81 , saturation: 0.98 and the lightness value of e84efd is 0.65.

The process color (four color CMYK) of #e84efd color hex is 0.08, 0.69, 0.00, 0.01. Web safe color of #e84efd is #ff66ff. Color #e84efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001110 11111101
Octal 350 116 375
Decimal 232 78 253
Hex E8 4E FD

RGB Percentages of Color #e84efd

%41.21
%13.85
%44.94

CMYK Percentages of Color #e84efd

%8
%69
%0
%1

Triadic Colors of #e84efd

#e84efd #fde84e #4efde8

Analogous Colors of #e84efd

#e84efd #fd4ebb #914efd

Monochromatic Colors of #e84efd

#e84efd

Complementary Color

#e84efd #63fd4e

#e84efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84efd Color CSS Codes

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

#e84efd Text Font Color

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

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


#e84efd Background Color

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

This div background color is #e84efd


#e84efd Border Color

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

This div border color is #e84efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84efd


Comments

No comments written yet.

Please login to write comment.