Color Hex Logo

#e16fff Color Hex

#E16FFF
(225,111,255)
0 Favorites   0 Comments

Color spaces of #e16fff

RGB 225111255
HSL0.801.000.72
HSV288°56°100°
CMYK 0.120.560.00   0.00
XYZ54.785834.596498.3980
Yxy34.59640.29180.1842
Hunter Lab58.818763.3284-58.0133
CIE-Lab65.433265.1096-52.9603

#e16fff color RGB value is (225,111,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101111 11111111
Octal 341 157 377
Decimal 225 111 255
Hex E1 6F FF

RGB Percentages of Color #e16fff

%38.07
%18.78
%43.15

CMYK Percentages of Color #e16fff

%12
%56
%0
%0

Triadic Colors of #e16fff

#e16fff #ffe16f #6fffe1

Analogous Colors of #e16fff

#e16fff #ff6fd5 #996fff

Monochromatic Colors of #e16fff

#e16fff

Complementary Color

#e16fff #8dff6f

#e16fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16fff Color CSS Codes

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

#e16fff Text Font Color

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

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


#e16fff Background Color

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

This div background color is #e16fff


#e16fff Border Color

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

This div border color is #e16fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16fff


Comments

No comments written yet.

Please login to write comment.