Color Hex Logo

#e16ffe Color Hex

#E16FFE
(225,111,254)
0 Favorites   0 Comments

Color spaces of #e16ffe

RGB 225111254
HSL0.800.990.72
HSV288°56°100°
CMYK 0.110.560.00   0.00
XYZ54.625234.532297.5522
Yxy34.53220.29260.1850
Hunter Lab58.764163.0906-57.2903
CIE-Lab65.382864.9198-52.4916

#e16ffe color RGB value is (225,111,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101111 11111110
Octal 341 157 376
Decimal 225 111 254
Hex E1 6F FE

RGB Percentages of Color #e16ffe

%38.14
%18.81
%43.05

CMYK Percentages of Color #e16ffe

%11
%56
%0
%0

Triadic Colors of #e16ffe

#e16ffe #fee16f #6ffee1

Analogous Colors of #e16ffe

#e16ffe #fe6fd4 #9a6ffe

Monochromatic Colors of #e16ffe

#e16ffe

Complementary Color

#e16ffe #8cfe6f

#e16ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16ffe Color CSS Codes

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

#e16ffe Text Font Color

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

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


#e16ffe Background Color

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

This div background color is #e16ffe


#e16ffe Border Color

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

This div border color is #e16ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.