Color Hex Logo

#e46ffe Color Hex

#E46FFE
(228,111,254)
0 Favorites   0 Comments

Color spaces of #e46ffe

RGB 228111254
HSL0.800.990.72
HSV289°56°100°
CMYK 0.100.560.00   0.00
XYZ55.568735.018697.5964
Yxy35.01860.29530.1861
Hunter Lab59.176564.0585-56.3600
CIE-Lab65.763165.6602-51.8650

#e46ffe color RGB value is (228,111,254).

#e46ffe hex color red value is 228, green value is 111 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e46ffe hue: 0.80 , saturation: 0.99 and the lightness value of e46ffe is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101111 11111110
Octal 344 157 376
Decimal 228 111 254
Hex E4 6F FE

RGB Percentages of Color #e46ffe

%38.45
%18.72
%42.83

CMYK Percentages of Color #e46ffe

%10
%56
%0
%0

Triadic Colors of #e46ffe

#e46ffe #fee46f #6ffee4

Analogous Colors of #e46ffe

#e46ffe #fe6fd1 #9d6ffe

Monochromatic Colors of #e46ffe

#e46ffe

Complementary Color

#e46ffe #89fe6f

#e46ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46ffe Color CSS Codes

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

#e46ffe Text Font Color

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

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


#e46ffe Background Color

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

This div background color is #e46ffe


#e46ffe Border Color

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

This div border color is #e46ffe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,111,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.