Color Hex Logo

#e121fe Color Hex

#E121FE
(225,33,254)
0 Favorites   0 Comments

Color spaces of #e121fe

RGB 22533254
HSL0.810.990.56
HSV292°87°100°
CMYK 0.110.870.00   0.00
XYZ49.484624.251095.8387
Yxy24.25100.29180.1430
Hunter Lab49.245393.1881-80.9155
CIE-Lab56.338290.4329-66.9502

#e121fe color RGB value is (225,33,254).

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

The process color (four color CMYK) of #e121fe color hex is 0.11, 0.87, 0.00, 0.00. Web safe color of #e121fe is #cc33ff. Color #e121fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100001 11111110
Octal 341 41 376
Decimal 225 33 254
Hex E1 21 FE

RGB Percentages of Color #e121fe

%43.95
%6.45
%49.61

CMYK Percentages of Color #e121fe

%11
%87
%0
%0

Triadic Colors of #e121fe

#e121fe #fee121 #21fee1

Analogous Colors of #e121fe

#e121fe #fe21ad #7321fe

Monochromatic Colors of #e121fe

#e121fe

Complementary Color

#e121fe #3efe21

#e121fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e121fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e121fe Color CSS Codes

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

#e121fe Text Font Color

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

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


#e121fe Background Color

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

This div background color is #e121fe


#e121fe Border Color

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

This div border color is #e121fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e121fe


Comments

No comments written yet.

Please login to write comment.