Color Hex Logo

#e46dff Color Hex

#E46DFF
(228,109,255)
0 Favorites   0 Comments

Color spaces of #e46dff

RGB 228109255
HSL0.801.000.71
HSV289°57°100°
CMYK 0.110.570.00   0.00
XYZ55.513534.651398.3702
Yxy34.65130.29440.1838
Hunter Lab58.865465.3217-57.8741
CIE-Lab65.476366.7583-52.8679

#e46dff color RGB value is (228,109,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101101 11111111
Octal 344 155 377
Decimal 228 109 255
Hex E4 6D FF

RGB Percentages of Color #e46dff

%38.51
%18.41
%43.07

CMYK Percentages of Color #e46dff

%11
%57
%0
%0

Triadic Colors of #e46dff

#e46dff #ffe46d #6dffe4

Analogous Colors of #e46dff

#e46dff #ff6dd1 #9b6dff

Monochromatic Colors of #e46dff

#e46dff

Complementary Color

#e46dff #88ff6d

#e46dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46dff Color CSS Codes

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

#e46dff Text Font Color

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

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


#e46dff Background Color

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

This div background color is #e46dff


#e46dff Border Color

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

This div border color is #e46dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46dff


Comments

No comments written yet.

Please login to write comment.