Color Hex Logo

#e219fe Color Hex

#E219FE
(226,25,254)
0 Favorites   0 Comments

Color spaces of #e219fe

RGB 22625254
HSL0.810.990.55
HSV293°90°100°
CMYK 0.110.900.00   0.00
XYZ49.601124.019895.7879
Yxy24.01980.29280.1418
Hunter Lab49.010094.8854-81.5727
CIE-Lab56.107691.7424-67.3139

#e219fe color RGB value is (226,25,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00011001 11111110
Octal 342 31 376
Decimal 226 25 254
Hex E2 19 FE

RGB Percentages of Color #e219fe

%44.75
%4.95
%50.30

CMYK Percentages of Color #e219fe

%11
%90
%0
%0

Triadic Colors of #e219fe

#e219fe #fee219 #19fee2

Analogous Colors of #e219fe

#e219fe #fe19a8 #7019fe

Monochromatic Colors of #e219fe

#e219fe

Complementary Color

#e219fe #35fe19

#e219fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e219fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e219fe Color CSS Codes

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

#e219fe Text Font Color

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

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


#e219fe Background Color

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

This div background color is #e219fe


#e219fe Border Color

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

This div border color is #e219fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e219fe


Comments

No comments written yet.

Please login to write comment.