Color Hex Logo

#e141ff Color Hex

#E141FF
(225,65,255)
0 Favorites   0 Comments

Color spaces of #e141ff

RGB 22565255
HSL0.811.000.63
HSV291°75°100°
CMYK 0.120.750.00   0.00
XYZ50.991627.008197.1333
Yxy27.00810.29120.1542
Hunter Lab51.969384.1955-74.4375
CIE-Lab58.981883.0806-63.2514

#e141ff color RGB value is (225,65,255).

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

The process color (four color CMYK) of #e141ff color hex is 0.12, 0.75, 0.00, 0.00. Web safe color of #e141ff is #cc33ff. Color #e141ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000001 11111111
Octal 341 101 377
Decimal 225 65 255
Hex E1 41 FF

RGB Percentages of Color #e141ff

%41.28
%11.93
%46.79

CMYK Percentages of Color #e141ff

%12
%75
%0
%0

Triadic Colors of #e141ff

#e141ff #ffe141 #41ffe1

Analogous Colors of #e141ff

#e141ff #ff41be #8241ff

Monochromatic Colors of #e141ff

#e141ff

Complementary Color

#e141ff #5fff41

#e141ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e141ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e141ff Color CSS Codes

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

#e141ff Text Font Color

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

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


#e141ff Background Color

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

This div background color is #e141ff


#e141ff Border Color

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

This div border color is #e141ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e141ff

#e141ff Color Palettes


Comments

No comments written yet.

Please login to write comment.