Color Hex Logo

#e46ff0 Color Hex

#E46FF0
(228,111,240)
0 Favorites   0 Comments

Color spaces of #e46ff0

RGB 228111240
HSL0.820.810.69
HSV294°54°94°
CMYK 0.050.540.00   0.06
XYZ53.407534.154186.2156
Yxy34.15410.30730.1965
Hunter Lab58.441560.8518-46.5583
CIE-Lab65.084763.0926-45.2273

#e46ff0 color RGB value is (228,111,240).

#e46ff0 hex color red value is 228, green value is 111 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #e46ff0 hue: 0.82 , saturation: 0.81 and the lightness value of e46ff0 is 0.69.

The process color (four color CMYK) of #e46ff0 color hex is 0.05, 0.54, 0.00, 0.06. Web safe color of #e46ff0 is #cc66ff. Color #e46ff0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101111 11110000
Octal 344 157 360
Decimal 228 111 240
Hex E4 6F F0

RGB Percentages of Color #e46ff0

%39.38
%19.17
%41.45

CMYK Percentages of Color #e46ff0

%5
%54
%0
%6

Triadic Colors of #e46ff0

#e46ff0 #f0e46f #6ff0e4

Analogous Colors of #e46ff0

#e46ff0 #f06fbc #a46ff0

Monochromatic Colors of #e46ff0

#e46ff0

Complementary Color

#e46ff0 #7bf06f

#e46ff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46ff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46ff0 Color CSS Codes

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

#e46ff0 Text Font Color

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

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


#e46ff0 Background Color

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

This div background color is #e46ff0


#e46ff0 Border Color

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

This div border color is #e46ff0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46ff0


Comments

No comments written yet.

Please login to write comment.