Color Hex Logo

#e739fe Color Hex

#E739FE
(231,57,254)
0 Favorites   0 Comments

Color spaces of #e739fe

RGB 23157254
HSL0.810.990.61
HSV293°78°100°
CMYK 0.090.780.00   0.00
XYZ52.307527.070996.2342
Yxy27.07090.29790.1542
Hunter Lab52.029788.4011-73.2421
CIE-Lab59.039986.2955-62.5554

#e739fe color RGB value is (231,57,254).

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

The process color (four color CMYK) of #e739fe color hex is 0.09, 0.78, 0.00, 0.00. Web safe color of #e739fe is #ff33ff. Color #e739fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00111001 11111110
Octal 347 71 376
Decimal 231 57 254
Hex E7 39 FE

RGB Percentages of Color #e739fe

%42.62
%10.52
%46.86

CMYK Percentages of Color #e739fe

%9
%78
%0
%0

Triadic Colors of #e739fe

#e739fe #fee739 #39fee7

Analogous Colors of #e739fe

#e739fe #fe39b3 #8539fe

Monochromatic Colors of #e739fe

#e739fe

Complementary Color

#e739fe #50fe39

#e739fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e739fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e739fe Color CSS Codes

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

#e739fe Text Font Color

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

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


#e739fe Background Color

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

This div background color is #e739fe


#e739fe Border Color

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

This div border color is #e739fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e739fe


Comments

No comments written yet.

Please login to write comment.