Color Hex Logo

#ef39fc Color Hex

#EF39FC
(239,57,252)
0 Favorites   0 Comments

Color spaces of #ef39fc

RGB 23957252
HSL0.820.970.61
HSV296°77°99°
CMYK 0.050.770.00   0.01
XYZ54.630428.305394.6796
Yxy28.30530.30760.1594
Hunter Lab53.202790.1852-68.2706
CIE-Lab60.163687.4298-59.5789

#ef39fc color RGB value is (239,57,252).

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

The process color (four color CMYK) of #ef39fc color hex is 0.05, 0.77, 0.00, 0.01. Web safe color of #ef39fc is #ff33ff. Color #ef39fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00111001 11111100
Octal 357 71 374
Decimal 239 57 252
Hex EF 39 FC

RGB Percentages of Color #ef39fc

%43.61
%10.40
%45.99

CMYK Percentages of Color #ef39fc

%5
%77
%0
%1

Triadic Colors of #ef39fc

#ef39fc #fcef39 #39fcef

Analogous Colors of #ef39fc

#ef39fc #fc39a8 #8e39fc

Monochromatic Colors of #ef39fc

#ef39fc

Complementary Color

#ef39fc #46fc39

#ef39fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef39fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef39fc Color CSS Codes

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

#ef39fc Text Font Color

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

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


#ef39fc Background Color

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

This div background color is #ef39fc


#ef39fc Border Color

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

This div border color is #ef39fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,57,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ef39fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef39fc

Related Colors


Comments

No comments written yet.

Please login to write comment.