Color Hex Logo

#e119fe Color Hex

#E119FE
(225,25,254)
0 Favorites   0 Comments

Color spaces of #e119fe

RGB 22525254
HSL0.810.990.55
HSV292°90°100°
CMYK 0.110.900.00   0.00
XYZ49.288423.858695.7733
Yxy23.85860.29180.1412
Hunter Lab48.845394.6402-82.0611
CIE-Lab55.945991.5915-67.5829

#e119fe color RGB value is (225,25,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011001 11111110
Octal 341 31 376
Decimal 225 25 254
Hex E1 19 FE

RGB Percentages of Color #e119fe

%44.64
%4.96
%50.40

CMYK Percentages of Color #e119fe

%11
%90
%0
%0

Triadic Colors of #e119fe

#e119fe #fee119 #19fee1

Analogous Colors of #e119fe

#e119fe #fe19a9 #6f19fe

Monochromatic Colors of #e119fe

#e119fe

Complementary Color

#e119fe #36fe19

#e119fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e119fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e119fe Color CSS Codes

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

#e119fe Text Font Color

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

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


#e119fe Background Color

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

This div background color is #e119fe


#e119fe Border Color

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

This div border color is #e119fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e119fe


Comments

No comments written yet.

Please login to write comment.