Color Hex Logo

#e46cfe Color Hex

#E46CFE
(228,108,254)
0 Favorites   0 Comments

Color spaces of #e46cfe

RGB 228108254
HSL0.800.990.71
HSV289°57°100°
CMYK 0.100.570.00   0.00
XYZ55.246934.374997.4891
Yxy34.37490.29530.1837
Hunter Lab58.630165.5971-57.5453
CIE-Lab65.259167.0244-52.6634

#e46cfe color RGB value is (228,108,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101100 11111110
Octal 344 154 376
Decimal 228 108 254
Hex E4 6C FE

RGB Percentages of Color #e46cfe

%38.64
%18.31
%43.05

CMYK Percentages of Color #e46cfe

%10
%57
%0
%0

Triadic Colors of #e46cfe

#e46cfe #fee46c #6cfee4

Analogous Colors of #e46cfe

#e46cfe #fe6ccf #9b6cfe

Monochromatic Colors of #e46cfe

#e46cfe

Complementary Color

#e46cfe #86fe6c

#e46cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46cfe Color CSS Codes

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

#e46cfe Text Font Color

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

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


#e46cfe Background Color

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

This div background color is #e46cfe


#e46cfe Border Color

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

This div border color is #e46cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46cfe


Comments

No comments written yet.

Please login to write comment.