Color Hex Logo

#e101fe Color Hex

#E101FE
(225,1,254)
0 Favorites   0 Comments

Color spaces of #e101fe

RGB 2251254
HSL0.810.990.50
HSV293°100°100°
CMYK 0.111.000.00   0.00
XYZ48.951623.185095.6611
Yxy23.18500.29170.1382
Hunter Lab48.150897.2047-84.0858
CIE-Lab55.262493.6208-68.6866

#e101fe color RGB value is (225,1,254).

#e101fe hex color red value is 225, green value is 1 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e101fe hue: 0.81 , saturation: 0.99 and the lightness value of e101fe is 0.50.

The process color (four color CMYK) of #e101fe color hex is 0.11, 1.00, 0.00, 0.00. Web safe color of #e101fe is #cc00ff. Color #e101fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000001 11111110
Octal 341 1 376
Decimal 225 1 254
Hex E1 1 FE

RGB Percentages of Color #e101fe

%46.88
%0.21
%52.92

CMYK Percentages of Color #e101fe

%11
%100
%0
%0

Triadic Colors of #e101fe

#e101fe #fee101 #01fee1

Analogous Colors of #e101fe

#e101fe #fe019d #6201fe

Monochromatic Colors of #e101fe

#e101fe

Complementary Color

#e101fe #1efe01

#e101fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e101fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e101fe Color CSS Codes

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

#e101fe Text Font Color

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

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


#e101fe Background Color

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

This div background color is #e101fe


#e101fe Border Color

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

This div border color is #e101fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,1,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e101fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e101fe

Related Colors


Comments

No comments written yet.

Please login to write comment.