Color Hex Logo

#e616ff Color Hex

#E616FF
(230,22,255)
0 Favorites   0 Comments

Color spaces of #e616ff

RGB 23022255
HSL0.821.000.54
HSV294°91°100°
CMYK 0.100.910.00   0.00
XYZ50.970024.616896.6728
Yxy24.61680.29590.1429
Hunter Lab49.615396.5469-80.7927
CIE-Lab56.700192.8581-66.8806

#e616ff color RGB value is (230,22,255).

#e616ff hex color red value is 230, green value is 22 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e616ff hue: 0.82 , saturation: 1.00 and the lightness value of e616ff is 0.54.

The process color (four color CMYK) of #e616ff color hex is 0.10, 0.91, 0.00, 0.00. Web safe color of #e616ff is #ff00ff. Color #e616ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010110 11111111
Octal 346 26 377
Decimal 230 22 255
Hex E6 16 FF

RGB Percentages of Color #e616ff

%45.36
%4.34
%50.30

CMYK Percentages of Color #e616ff

%10
%91
%0
%0

Triadic Colors of #e616ff

#e616ff #ffe616 #16ffe6

Analogous Colors of #e616ff

#e616ff #ff16a4 #7216ff

Monochromatic Colors of #e616ff

#e616ff

Complementary Color

#e616ff #2fff16

#e616ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e616ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e616ff Color CSS Codes

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

#e616ff Text Font Color

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

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


#e616ff Background Color

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

This div background color is #e616ff


#e616ff Border Color

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

This div border color is #e616ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e616ff


Comments

No comments written yet.

Please login to write comment.