Color Hex Logo

#e439fe Color Hex

#E439FE
(228,57,254)
0 Favorites   0 Comments

Color spaces of #e439fe

RGB 22857254
HSL0.810.990.61
HSV292°78°100°
CMYK 0.100.780.00   0.00
XYZ51.347426.576096.1893
Yxy26.57600.29490.1526
Hunter Lab51.551987.5760-74.5412
CIE-Lab58.579885.7562-63.3188

#e439fe color RGB value is (228,57,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00111001 11111110
Octal 344 71 376
Decimal 228 57 254
Hex E4 39 FE

RGB Percentages of Color #e439fe

%42.30
%10.58
%47.12

CMYK Percentages of Color #e439fe

%10
%78
%0
%0

Triadic Colors of #e439fe

#e439fe #fee439 #39fee4

Analogous Colors of #e439fe

#e439fe #fe39b6 #8239fe

Monochromatic Colors of #e439fe

#e439fe

Complementary Color

#e439fe #53fe39

#e439fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e439fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e439fe Color CSS Codes

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

#e439fe Text Font Color

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

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


#e439fe Background Color

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

This div background color is #e439fe


#e439fe Border Color

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

This div border color is #e439fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e439fe

Related Colors


Comments

No comments written yet.

Please login to write comment.