Color Hex Logo

#e46fff Color Hex

#E46FFF
(228,111,255)
0 Favorites   0 Comments

Color spaces of #e46fff

RGB 228111255
HSL0.801.000.72
HSV289°56°100°
CMYK 0.110.560.00   0.00
XYZ55.729335.082998.4422
Yxy35.08290.29450.1854
Hunter Lab59.230864.2938-57.0790
CIE-Lab65.813265.8471-52.3342

#e46fff color RGB value is (228,111,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101111 11111111
Octal 344 157 377
Decimal 228 111 255
Hex E4 6F FF

RGB Percentages of Color #e46fff

%38.38
%18.69
%42.93

CMYK Percentages of Color #e46fff

%11
%56
%0
%0

Triadic Colors of #e46fff

#e46fff #ffe46f #6fffe4

Analogous Colors of #e46fff

#e46fff #ff6fd2 #9c6fff

Monochromatic Colors of #e46fff

#e46fff

Complementary Color

#e46fff #8aff6f

#e46fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46fff Color CSS Codes

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

#e46fff Text Font Color

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

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


#e46fff Background Color

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

This div background color is #e46fff


#e46fff Border Color

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

This div border color is #e46fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46fff

Related Colors


Comments

No comments written yet.

Please login to write comment.