Color Hex Logo

#e16eff Color Hex

#E16EFF
(225,110,255)
0 Favorites   0 Comments

Color spaces of #e16eff

RGB 225110255
HSL0.801.000.72
HSV288°57°100°
CMYK 0.120.570.00   0.00
XYZ54.677334.379498.3618
Yxy34.37940.29170.1834
Hunter Lab58.633963.8453-58.4186
CIE-Lab65.262665.5701-53.2308

#e16eff color RGB value is (225,110,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101110 11111111
Octal 341 156 377
Decimal 225 110 255
Hex E1 6E FF

RGB Percentages of Color #e16eff

%38.14
%18.64
%43.22

CMYK Percentages of Color #e16eff

%12
%57
%0
%0

Triadic Colors of #e16eff

#e16eff #ffe16e #6effe1

Analogous Colors of #e16eff

#e16eff #ff6ed5 #996eff

Monochromatic Colors of #e16eff

#e16eff

Complementary Color

#e16eff #8cff6e

#e16eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16eff Color CSS Codes

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

#e16eff Text Font Color

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

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


#e16eff Background Color

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

This div background color is #e16eff


#e16eff Border Color

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

This div border color is #e16eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16eff

Related Colors

#e16eff Color Palettes


Comments

No comments written yet.

Please login to write comment.