Color Hex Logo

#e46efd Color Hex

#E46EFD
(228,110,253)
0 Favorites   0 Comments

Color spaces of #e46efd

RGB 228110253
HSL0.800.970.71
HSV290°57°99°
CMYK 0.100.570.00   0.01
XYZ55.300534.737796.7189
Yxy34.73770.29610.1860
Hunter Lab58.938764.3387-56.0383
CIE-Lab65.543965.9314-51.6632

#e46efd color RGB value is (228,110,253).

#e46efd hex color red value is 228, green value is 110 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e46efd hue: 0.80 , saturation: 0.97 and the lightness value of e46efd is 0.71.

The process color (four color CMYK) of #e46efd color hex is 0.10, 0.57, 0.00, 0.01. Web safe color of #e46efd is #cc66ff. Color #e46efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101110 11111101
Octal 344 156 375
Decimal 228 110 253
Hex E4 6E FD

RGB Percentages of Color #e46efd

%38.58
%18.61
%42.81

CMYK Percentages of Color #e46efd

%10
%57
%0
%1

Triadic Colors of #e46efd

#e46efd #fde46e #6efde4

Analogous Colors of #e46efd

#e46efd #fd6ecf #9d6efd

Monochromatic Colors of #e46efd

#e46efd

Complementary Color

#e46efd #87fd6e

#e46efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46efd Color CSS Codes

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

#e46efd Text Font Color

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

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


#e46efd Background Color

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

This div background color is #e46efd


#e46efd Border Color

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

This div border color is #e46efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46efd


Comments

No comments written yet.

Please login to write comment.