Color Hex Logo

#e115ff Color Hex

#E115FF
(225,21,255)
0 Favorites   0 Comments

Color spaces of #e115ff

RGB 22521255
HSL0.811.000.54
HSV292°92°100°
CMYK 0.120.920.00   0.00
XYZ49.369523.763996.5926
Yxy23.76390.29090.1400
Hunter Lab48.748295.4655-83.3569
CIE-Lab55.850692.2226-68.2921

#e115ff color RGB value is (225,21,255).

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

The process color (four color CMYK) of #e115ff color hex is 0.12, 0.92, 0.00, 0.00. Web safe color of #e115ff is #cc00ff. Color #e115ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010101 11111111
Octal 341 25 377
Decimal 225 21 255
Hex E1 15 FF

RGB Percentages of Color #e115ff

%44.91
%4.19
%50.90

CMYK Percentages of Color #e115ff

%12
%92
%0
%0

Triadic Colors of #e115ff

#e115ff #ffe115 #15ffe1

Analogous Colors of #e115ff

#e115ff #ff15a8 #6c15ff

Monochromatic Colors of #e115ff

#e115ff

Complementary Color

#e115ff #33ff15

#e115ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e115ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e115ff Color CSS Codes

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

#e115ff Text Font Color

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

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


#e115ff Background Color

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

This div background color is #e115ff


#e115ff Border Color

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

This div border color is #e115ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e115ff

Related Colors


Comments

No comments written yet.

Please login to write comment.