Color Hex Logo

#e039fe Color Hex

#E039FE
(224,57,254)
0 Favorites   0 Comments

Color spaces of #e039fe

RGB 22457254
HSL0.810.990.61
HSV291°78°100°
CMYK 0.120.780.00   0.00
XYZ50.093025.929396.1306
Yxy25.92930.29100.1506
Hunter Lab50.920886.4867-76.2857
CIE-Lab57.969985.0417-64.3314

#e039fe color RGB value is (224,57,254).

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

The process color (four color CMYK) of #e039fe color hex is 0.12, 0.78, 0.00, 0.00. Web safe color of #e039fe is #cc33ff. Color #e039fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111001 11111110
Octal 340 71 376
Decimal 224 57 254
Hex E0 39 FE

RGB Percentages of Color #e039fe

%41.87
%10.65
%47.48

CMYK Percentages of Color #e039fe

%12
%78
%0
%0

Triadic Colors of #e039fe

#e039fe #fee039 #39fee0

Analogous Colors of #e039fe

#e039fe #fe39ba #7e39fe

Monochromatic Colors of #e039fe

#e039fe

Complementary Color

#e039fe #57fe39

#e039fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e039fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e039fe Color CSS Codes

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

#e039fe Text Font Color

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

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


#e039fe Background Color

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

This div background color is #e039fe


#e039fe Border Color

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

This div border color is #e039fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e039fe

Related Colors


Comments

No comments written yet.

Please login to write comment.