Color Hex Logo

#e219fa Color Hex

#E219FA
(226,25,250)
0 Favorites   0 Comments

Color spaces of #e219fa

RGB 22625250
HSL0.820.960.54
HSV294°90°98°
CMYK 0.100.900.00   0.02
XYZ48.967023.766192.4490
Yxy23.76610.29640.1439
Hunter Lab48.750593.9794-78.3105
CIE-Lab55.852891.1178-65.5001

#e219fa color RGB value is (226,25,250).

#e219fa hex color red value is 226, green value is 25 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e219fa hue: 0.82 , saturation: 0.96 and the lightness value of e219fa is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00011001 11111010
Octal 342 31 372
Decimal 226 25 250
Hex E2 19 FA

RGB Percentages of Color #e219fa

%45.11
%4.99
%49.90

CMYK Percentages of Color #e219fa

%10
%90
%0
%2

Triadic Colors of #e219fa

#e219fa #fae219 #19fae2

Analogous Colors of #e219fa

#e219fa #fa19a2 #7219fa

Monochromatic Colors of #e219fa

#e219fa

Complementary Color

#e219fa #31fa19

#e219fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e219fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e219fa Color CSS Codes

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

#e219fa Text Font Color

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

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


#e219fa Background Color

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

This div background color is #e219fa


#e219fa Border Color

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

This div border color is #e219fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,25,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e219fa


Comments

No comments written yet.

Please login to write comment.