Color Hex Logo

#ef39fe Color Hex

#EF39FE
(239,57,254)
0 Favorites   0 Comments

Color spaces of #ef39fe

RGB 23957254
HSL0.820.990.61
HSV295°78°100°
CMYK 0.060.780.00   0.00
XYZ54.949128.432796.3579
Yxy28.43270.30570.1582
Hunter Lab53.322390.6317-69.8164
CIE-Lab60.277787.7449-60.5035

#ef39fe color RGB value is (239,57,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00111001 11111110
Octal 357 71 376
Decimal 239 57 254
Hex EF 39 FE

RGB Percentages of Color #ef39fe

%43.45
%10.36
%46.18

CMYK Percentages of Color #ef39fe

%6
%78
%0
%0

Triadic Colors of #ef39fe

#ef39fe #feef39 #39feef

Analogous Colors of #ef39fe

#ef39fe #fe39ab #8d39fe

Monochromatic Colors of #ef39fe

#ef39fe

Complementary Color

#ef39fe #48fe39

#ef39fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef39fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef39fe Color CSS Codes

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

#ef39fe Text Font Color

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

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


#ef39fe Background Color

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

This div background color is #ef39fe


#ef39fe Border Color

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

This div border color is #ef39fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef39fe

Related Colors


Comments

No comments written yet.

Please login to write comment.